public class EncryptedContentInfoBCFips extends ASN1EncodableBCFips implements IEncryptedContentInfo
EncryptedContentInfo.| Constructor and Description |
|---|
EncryptedContentInfoBCFips(org.bouncycastle.asn1.cms.EncryptedContentInfo encryptedContentInfo)
Creates new wrapper instance for
EncryptedContentInfo. |
EncryptedContentInfoBCFips(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 EncryptedContentInfoBCFips(org.bouncycastle.asn1.cms.EncryptedContentInfo encryptedContentInfo)
EncryptedContentInfo.encryptedContentInfo - EncryptedContentInfo to be wrappedpublic EncryptedContentInfoBCFips(IASN1ObjectIdentifier data, IAlgorithmIdentifier algorithmIdentifier, IASN1OctetString octetString)
EncryptedContentInfo.data - ASN1ObjectIdentifier wrapperalgorithmIdentifier - AlgorithmIdentifier wrapperoctetString - ASN1OctetString wrapperCopyright © 1998–2023 Apryse Group NV. All rights reserved.