Package org.bouncycastle.its.operator
Interface ETSIDataDecryptor
- All Known Implementing Classes:
JcaETSIDataDecryptor
public interface ETSIDataDecryptor
-
Method Summary
-
Method Details
-
decrypt
byte[] decrypt(byte[] wrappedKey, byte[] content, byte[] nonce) -
getKey
byte[] getKey()return the unwrapped key found in the data. Call after decrypt.- Returns:
- the unwrapped key.
-