Package org.bouncycastle.its
Class ETSIRecipientInfo
java.lang.Object
org.bouncycastle.its.ETSIRecipientInfo
-
Constructor Summary
ConstructorsConstructorDescriptionETSIRecipientInfo(org.bouncycastle.oer.its.ieee1609dot2.EncryptedData encryptedData, org.bouncycastle.oer.its.ieee1609dot2.RecipientInfo recipientInfo) ETSIRecipientInfo(org.bouncycastle.oer.its.ieee1609dot2.RecipientInfo recipientInfo) -
Method Summary
Modifier and TypeMethodDescriptionbyte[]getContent(ETSIDataDecryptor ddec) org.bouncycastle.oer.its.ieee1609dot2.EncryptedDataorg.bouncycastle.oer.its.ieee1609dot2.RecipientInfo
-
Constructor Details
-
ETSIRecipientInfo
public ETSIRecipientInfo(org.bouncycastle.oer.its.ieee1609dot2.EncryptedData encryptedData, org.bouncycastle.oer.its.ieee1609dot2.RecipientInfo recipientInfo) -
ETSIRecipientInfo
public ETSIRecipientInfo(org.bouncycastle.oer.its.ieee1609dot2.RecipientInfo recipientInfo)
-
-
Method Details
-
getRecipientInfo
public org.bouncycastle.oer.its.ieee1609dot2.RecipientInfo getRecipientInfo() -
getEncryptedData
public org.bouncycastle.oer.its.ieee1609dot2.EncryptedData getEncryptedData() -
getContent
-