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.IOExceptionpublic ETSIEncryptedData(java.io.InputStream str)
throws java.io.IOException
java.io.IOExceptionpublic byte[] getEncoded()
public org.bouncycastle.oer.its.ieee1609dot2.EncryptedData getEncryptedData()
public org.bouncycastle.util.Store<ETSIRecipientInfo> getRecipients()