BEA Systems, Inc.

WebLogic Server 5.1.0 API Reference

Uses of Class
weblogic.security.CipherException

Packages that use weblogic.security.CipherException
weblogic.security   
 

Uses of weblogic.security.CipherException in weblogic.security
 

Methods in weblogic.security that throw weblogic.security.CipherException
 byte[] Cipher.encrypt(byte[] bytes, int offset, int length)
          Encrypt array of bytes, with the specified args.
 byte[] Cipher.encrypt(byte[] bytes, int offset, int length, boolean pad)
          Encrypt array of bytes, with the specified args.
 byte[] Cipher.encrypt(byte[] bytes, boolean pad)
          Encrypt array of bytes, with the specified args.
 byte[] Cipher.encrypt(byte[] bytes)
          Encrypt array of bytes, with the specified args.
abstract  void Cipher.encryptOp(byte[] in, int inOff, byte[] out, int outOff)
          Encrypt array of bytes, with the specified args.
 byte[] Cipher.encryptOp(byte[] bytes)
          Encrypt an array of bytes of exactly blockSize length.
 byte[] Cipher.encodeOp(byte[] bytes)
          Encrypt an array of bytes of exactly blockSize length.
 byte[] Cipher.decrypt(byte[] bytes, int offset, int length)
          Decrypt array of bytes, with the specified args.
 byte[] Cipher.decrypt(byte[] bytes, int offset, int length, boolean unpad)
          Decrypt array of bytes, with the specified args.
 byte[] Cipher.decrypt(byte[] bytes, boolean unpad)
          Decrypt array of bytes, with the specified args.
 byte[] Cipher.decrypt(byte[] bytes)
          Decrypt array of bytes, with the specified args.
abstract  void Cipher.decryptOp(byte[] in, int inOff, byte[] out, int outOff)
          Decrypt array of bytes, with the specified args.
 byte[] Cipher.decryptOp(byte[] bytes)
          Decrypt an array of bytes of exactly blockSize length.
 byte[] Cipher.decodeOp(byte[] bytes)
          Decrypt an array of bytes of exactly blockSize length.
 byte[] Cipher.pad(byte[] bytes)
          Pad the array of bytes.
 byte[] Cipher.unpad(byte[] bytes)
          Unpad the array of bytes.
abstract  void Cipher.initialize(weblogic.security.RandomBitsSource rbs, int gka)
          Initialize ciphers that require a random bits source.
 void Cipher.initialize()
          Initialize the cipher with null random bits source.
 byte[] PKCS5.decrypt(byte[] data)
          Decrypt an array of bytes, and return the decrypted array of bytes.
 void PKCS5.setMode(int[] oid)
           
 void RSApkcs1.encryptOp(byte[] in, int inOff, byte[] out, int outOff)
           
 void RSApkcs1.decryptOp(byte[] in, int inOff, byte[] out, int outOff)
           
 byte[] RSApkcs1.encrypt(byte[] bytes)
           
 byte[] RSApkcs1.decrypt(byte[] bytes)
           
 void Cipher3EDE.initialize(weblogic.security.RandomBitsSource rbs, int gka)
          Initialize ciphers that require a random bits source.
 void Cipher3EDE.encryptOp(byte[] in, int inOff, byte[] out, int outOff)
          Encrypt array of bytes, with the specified args.
 void Cipher3EDE.decryptOp(byte[] in, int inOff, byte[] out, int outOff)
          Decrypt array of bytes, with the specified args.
 void CipherCBC.encryptOp(byte[] in, int inOff, byte[] out, int outOff)
          Encrypt array of bytes, with the specified args.
 void CipherCBC.decryptOp(byte[] in, int inOff, byte[] out, int outOff)
          Decrypt array of bytes, with the specified args.
 void CipherCBC.setIV(byte[] iv)
          Set the IV.
abstract  byte[] Signature.sign()
          Sign the document and return byte array of the signature.
abstract  boolean Signature.verify()
          Verify the signature matches the document.
 boolean RSAMDSignature.verify()
           
abstract  byte[] Padding.pad(byte[] bytes, int blockSize)
          Returns bytes padded to a multiple of blockSize.
abstract  byte[] Padding.unpad(byte[] bytes)
          Returns bytes unpadded.
 void DES.encryptOp(byte[] in, int inOff, byte[] out, int outOff)
           
 void DES.decryptOp(byte[] in, int inOff, byte[] out, int outOff)
           
 byte[] DigestSignature.sign()
          Compute and return the signature of the document.
 boolean DigestSignature.verify()
          Verify the signature of the document.
 

Constructors in weblogic.security that throw weblogic.security.CipherException
Signature.Signature(weblogic.security.Cipher c, byte[] doc)
           
RSAMDSignature.RSAMDSignature(weblogic.security.RSAPublicKey pub, weblogic.security.RSAPrivateKey priv, byte[] doc)
           
DigestSignature.DigestSignature(MessageDigest md, weblogic.security.Cipher c, byte[] doc)
          Create a new DigestSignature with the specified arguments.
 


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