BEA Systems, Inc.

WebLogic Server 5.1.0 API Reference

Uses of Class
weblogic.security.Key

Packages that use weblogic.security.Key
weblogic.security   
 

Uses of weblogic.security.Key in weblogic.security
 

Fields in weblogic.security declared as weblogic.security.Key
protected  weblogic.security.Key Cipher.encryptionKey
          The default encryption Key.
protected  weblogic.security.Key Cipher.decryptionKey
          The default decryption Key.
protected  weblogic.security.Key Certificate.key
          The key associated with the certificate.
 

Methods in weblogic.security that return weblogic.security.Key
 weblogic.security.Key Cipher.getEncryptionKey()
          Get the default encryption key.
 weblogic.security.Key Cipher.getDecryptionKey()
          Get the default decryption key.
 weblogic.security.Key SymmetricCipher.getKey()
           
 weblogic.security.Key SymmetricCipher.getEncryptionKey()
           
 weblogic.security.Key SymmetricCipher.getDecryptionKey()
           
 weblogic.security.Key Certificate.getKey()
          Get the key associated with the certificate.
 

Methods in weblogic.security with parameters of type weblogic.security.Key
 void Cipher.setEncryptionKey(weblogic.security.Key key)
          Set the default encryption key.
 void Cipher.setDecryptionKey(weblogic.security.Key key)
          Set the default decryption key.
 void SymmetricCipher.setKey(weblogic.security.Key key)
           
 void SymmetricCipher.setEncryptionKey(weblogic.security.Key key)
           
 void SymmetricCipher.setDecryptionKey(weblogic.security.Key key)
           
 void StreamCipher.setKey(weblogic.security.Key k)
          Set the key for the cipher.
 void Cipher3EDE.setKey(weblogic.security.Key key)
          Set keys for the ciphers.
 void CipherCBC.setKey(weblogic.security.Key k)
          Set the key.
 void RC4.setKey(weblogic.security.Key key)
           
 void DES.setKey(weblogic.security.Key key)
           
 


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