BEA Systems, Inc.

WebLogic Server 5.1.0 API Reference

Uses of Class
weblogic.security.Entity

Packages that use weblogic.security.Entity
weblogic.security   
 

Uses of weblogic.security.Entity in weblogic.security
 

Subclasses of weblogic.security.Entity in weblogic.security
 class X500Name
          X.500 names in BER format.
 

Fields in weblogic.security declared as weblogic.security.Entity
protected  weblogic.security.Entity Key.entity
          The entity associated with the key.
protected  weblogic.security.Entity Certificate.holder
          The holder of the certificate.
protected  weblogic.security.Entity Signature.signer
          The signer.
 

Methods in weblogic.security that return weblogic.security.Entity
 weblogic.security.Entity Key.getEntity()
           
 weblogic.security.Entity Certificate.getHolder()
          Get the holder associated with the certificate.
 weblogic.security.Entity Signature.getSigner()
           
 

Methods in weblogic.security with parameters of type weblogic.security.Entity
 void Key.setEntity(weblogic.security.Entity e)
           
 void Signature.setSigner(weblogic.security.Entity s)
           
 boolean Entity.equals(weblogic.security.Entity e)
          Return true if entity's name matches the name of the argument, false otherwise.
 boolean X500Name.equals(weblogic.security.Entity e)
           
 

Constructors in weblogic.security with parameters of type weblogic.security.Entity
Key.Key(byte[] key, weblogic.security.Entity e, java.util.Date date)
           
Key.Key(weblogic.security.Entity e, java.util.Date date)
           
RSAKey.RSAKey(byte[] key, weblogic.security.Entity e, java.util.Date date)
           
RSAKey.RSAKey(weblogic.security.Entity e, java.util.Date date)
           
RSAPrivateKey.RSAPrivateKey(byte[] key, weblogic.security.Entity e, java.util.Date date)
           
RSAPrivateKey.RSAPrivateKey(weblogic.security.Entity e, java.util.Date date)
           
Signature.Signature(weblogic.security.Cipher c, weblogic.security.Entity s, byte[] sigBytes, byte[] doc)
           
RSAPublicKey.RSAPublicKey(byte[] key, weblogic.security.Entity e, java.util.Date date)
           
RSAPublicKey.RSAPublicKey(weblogic.security.Entity e, java.util.Date date)
           
DigestSignature.DigestSignature(MessageDigest md, weblogic.security.Cipher c, weblogic.security.Entity s, byte[] sig, byte[] doc)
          Create a new DigestSignature with the specified arguments.
 


Documentation is available at
http://www.weblogic.com/docs51