org.gudy.bouncycastle.crypto
Interface Wrapper
public interface Wrapper
| 
Method Summary | 
 java.lang.String | 
getAlgorithmName()
 
          Return the name of the algorithm the wrapper implements. | 
 void | 
init(boolean forWrapping,
     CipherParameters param)
 
            | 
 byte[] | 
unwrap(byte[] in,
       int inOff,
       int inLen)
 
            | 
 byte[] | 
wrap(byte[] in,
     int inOff,
     int inLen)
 
            | 
 
init
void init(boolean forWrapping,
          CipherParameters param)
 
getAlgorithmName
java.lang.String getAlgorithmName()
- Return the name of the algorithm the wrapper implements.
- Returns:
 - the name of the algorithm the wrapper implements.
 
 
 
wrap
byte[] wrap(byte[] in,
            int inOff,
            int inLen)
 
unwrap
byte[] unwrap(byte[] in,
              int inOff,
              int inLen)
              throws InvalidCipherTextException
- Throws:
 InvalidCipherTextException