Methods Summary |
---|
public CipherReference | getCipherReference()Returns a reference to an external location containing the encrypted
octet sequence (byte array).
|
public CipherValue | getCipherValue()Returns the cipher value as a base64 encoded byte array.
|
public int | getDataType()Returns the type of encrypted data contained in the
CipherData .
|
public void | setCipherReference(CipherReference reference)Sets the CipherData 's reference.
|
public void | setCipherValue(CipherValue value)Sets the CipherData 's value.
|