Methods Summary |
---|
public void | addEncryptionMethodInformation(org.w3c.dom.Element information)Adds encryption method information.
|
public java.lang.String | getAlgorithm()Returns the algorithm applied to the cipher data.
|
public java.util.Iterator | getEncryptionMethodInformation()Returns an iterator over all the additional elements contained in the
EncryptionMethod .
|
public int | getKeySize()Returns the key size of the key of the algorithm applied to the cipher
data.
|
public byte[] | getOAEPparams()Returns the OAEP parameters of the algorithm applied applied to the
cipher data.
|
public void | removeEncryptionMethodInformation(org.w3c.dom.Element information)Removes encryption method information.
|
public void | setKeySize(int size)Sets the size of the key of the algorithm applied to the cipher data.
|
public void | setOAEPparams(byte[] parameters)Sets the OAEP parameters.
|