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