public interface

Wrapper

org.bouncycastle.crypto.Wrapper
Known Indirect Subclasses

Summary

Public Methods
abstract String getAlgorithmName()
Return the name of the algorithm the wrapper implements.
abstract void init(boolean forWrapping, CipherParameters param)
abstract byte[] unwrap(byte[] in, int inOff, int inLen)
abstract byte[] wrap(byte[] in, int inOff, int inLen)

Public Methods

public abstract String getAlgorithmName ()

Return the name of the algorithm the wrapper implements.

Returns
  • the name of the algorithm the wrapper implements.

public abstract void init (boolean forWrapping, CipherParameters param)

public abstract byte[] unwrap (byte[] in, int inOff, int inLen)

public abstract byte[] wrap (byte[] in, int inOff, int inLen)