BEA Systems, Inc.

WebLogic Server 5.1.0 API Reference

Uses of Class
weblogic.security.CoderException

Packages that use weblogic.security.CoderException
weblogic.security   
 

Uses of weblogic.security.CoderException in weblogic.security
 

Methods in weblogic.security that throw weblogic.security.CoderException
 byte[] Coder.encode(byte[] bytes, int offset, int length)
          Encode array of bytes, with the specified offset and number of bytes.
 byte[] Coder.encode(byte[] bytes)
          Encode an entire array of bytes.
abstract  byte[] Coder.encodeOp(byte[] bytes)
          Encode an array which is exactly blockSize length.
 byte[] Coder.decode(byte[] bytes, int offset, int length)
          Decode an array of bytes, with the specified offset and number of bytes.
 byte[] Coder.decode(byte[] bytes)
          Decode an entire array of bytes.
abstract  byte[] Coder.decodeOp(byte[] bytes)
          Decode an array which is exactly blockSize length.
abstract  void Coder.initialize()
          Initialize the coder.
 

Constructors in weblogic.security that throw weblogic.security.CoderException
Coder.Coder()
           
Cipher.Cipher()
          Initialize the cipher.
SymmetricCipher.SymmetricCipher()
           
StreamCipher.StreamCipher()
           
RSApkcs1.RSApkcs1()
           
Cipher3EDE.Cipher3EDE(weblogic.security.SymmetricCipher c1, weblogic.security.SymmetricCipher c2, weblogic.security.SymmetricCipher c3)
          Set the ciphers to be used in EDE mode.
CipherCBC.CipherCBC(weblogic.security.SymmetricCipher c, byte[] iv)
          Initialize with the specified cipher and IV.
CipherCBC.CipherCBC(weblogic.security.SymmetricCipher c)
          Initialize with the specified cipher.
CipherCBC.CipherCBC()
           
NullCipher.NullCipher()
           
RC4.RC4()
           
DES.DES()
           
 


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