public class ETSIEncryptedData
extends java.lang.Object
Constructor and Description |
---|
ETSIEncryptedData(byte[] oerEncoded) |
ETSIEncryptedData(java.io.InputStream str) |
Modifier and Type | Method and Description |
---|---|
byte[] |
getEncoded() |
org.bouncycastle.oer.its.ieee1609dot2.EncryptedData |
getEncryptedData() |
org.bouncycastle.util.Store<ETSIRecipientInfo> |
getRecipients() |
public ETSIEncryptedData(byte[] oerEncoded) throws java.io.IOException
java.io.IOException
public ETSIEncryptedData(java.io.InputStream str) throws java.io.IOException
java.io.IOException
public byte[] getEncoded()
public org.bouncycastle.oer.its.ieee1609dot2.EncryptedData getEncryptedData()
public org.bouncycastle.util.Store<ETSIRecipientInfo> getRecipients()