public class KeyTransRecipientInfoBC extends ASN1EncodableBC implements IKeyTransRecipientInfo
KeyTransRecipientInfo.| Constructor and Description |
|---|
KeyTransRecipientInfoBC(IRecipientIdentifier recipientIdentifier,
IAlgorithmIdentifier algorithmIdentifier,
IASN1OctetString octetString)
Creates new wrapper instance for
KeyTransRecipientInfo. |
KeyTransRecipientInfoBC(org.bouncycastle.asn1.cms.KeyTransRecipientInfo keyTransRecipientInfo)
Creates new wrapper instance for
KeyTransRecipientInfo. |
| Modifier and Type | Method and Description |
|---|---|
org.bouncycastle.asn1.cms.KeyTransRecipientInfo |
getKeyTransRecipientInfo()
Gets actual org.bouncycastle object being wrapped.
|
equals, getEncodable, hashCode, isNull, toASN1Primitive, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitisNull, toASN1Primitivepublic KeyTransRecipientInfoBC(org.bouncycastle.asn1.cms.KeyTransRecipientInfo keyTransRecipientInfo)
KeyTransRecipientInfo.keyTransRecipientInfo - KeyTransRecipientInfo to be wrappedpublic KeyTransRecipientInfoBC(IRecipientIdentifier recipientIdentifier, IAlgorithmIdentifier algorithmIdentifier, IASN1OctetString octetString)
KeyTransRecipientInfo.recipientIdentifier - RecipientIdentifier wrapperalgorithmIdentifier - AlgorithmIdentifier wrapperoctetString - ASN1OctetString wrapperCopyright © 1998–2024 Apryse Group NV. All rights reserved.