public class EEncryptedContentInfo extends BaseASNWrapper<EncryptedContentInfo>
logger, mObject
Constructor and Description |
---|
EEncryptedContentInfo(com.objsys.asn1j.runtime.Asn1ObjectIdentifier aContentType,
EAlgorithmIdentifier aEncryptionAlgorithm,
byte[] aEncryptedContent) |
EEncryptedContentInfo(EncryptedContentInfo aObject) |
Modifier and Type | Method and Description |
---|---|
com.objsys.asn1j.runtime.Asn1ObjectIdentifier |
getContentType() |
byte[] |
getEncryptedContent() |
EAlgorithmIdentifier |
getEncryptionAlgorithm() |
void |
setContentType(com.objsys.asn1j.runtime.Asn1ObjectIdentifier aContentType) |
void |
setEncryptedContent(byte[] aEncryptedContent) |
void |
setEncryptionAlgorithm(EAlgorithmIdentifier aEncryptionAlgorithm) |
clone, equals, extendArray, extendArray, getEncoded, getObject, hashCode, removeFromArray, unwrapArray, wrapArray
public EEncryptedContentInfo(EncryptedContentInfo aObject)
public EEncryptedContentInfo(com.objsys.asn1j.runtime.Asn1ObjectIdentifier aContentType, EAlgorithmIdentifier aEncryptionAlgorithm, byte[] aEncryptedContent)
public EAlgorithmIdentifier getEncryptionAlgorithm()
public void setEncryptionAlgorithm(EAlgorithmIdentifier aEncryptionAlgorithm)
public com.objsys.asn1j.runtime.Asn1ObjectIdentifier getContentType()
public void setContentType(com.objsys.asn1j.runtime.Asn1ObjectIdentifier aContentType)
public byte[] getEncryptedContent()
public void setEncryptedContent(byte[] aEncryptedContent)
Copyright © 2025. All rights reserved.