public class EAuthenticatedEnvelopedData extends EnvelopeASNWrapper<AuthEnvelopedData>
logger, mObject| Constructor and Description |
|---|
EAuthenticatedEnvelopedData(AuthEnvelopedData aObject) |
EAuthenticatedEnvelopedData(byte[] aBytes) |
| Modifier and Type | Method and Description |
|---|---|
EEncryptedContentInfo |
getEncryptedContentInfo() |
byte[] |
getMac() |
com.objsys.asn1j.runtime.Asn1ObjectIdentifier |
getOID() |
OriginatorInfo |
getOriginatorInfo() |
RecipientInfos |
getRecipientInfos() |
UnprotectedAttributes |
getUnprotectedAttributes() |
long |
getVersion() |
void |
readAttrs(com.objsys.asn1j.runtime.Asn1BerInputStream sifrelenmisVeri) |
void |
setEncryptedContentInfo(EEncryptedContentInfo aEncryptedContentInfo) |
void |
setMac(byte[] mac) |
void |
setOriginatorInfo(OriginatorInfo originatorInfo) |
void |
setRecipientInfos(RecipientInfos recipientInfos) |
void |
setUnprotectedAttributes(UnprotectedAttributes unprotectedAttributes) |
void |
setVersion(long version) |
void |
writeAttr(com.objsys.asn1j.runtime.Asn1BerOutputStream sifrelenmisVeri) |
addRecipientInfo, getRecipientInfo, getRecipientInfoCountclone, equals, extendArray, extendArray, getEncoded, getObject, hashCode, removeFromArray, unwrapArray, wrapArrayfinalize, getClass, notify, notifyAll, toString, wait, wait, waitgetEncodedpublic EAuthenticatedEnvelopedData(AuthEnvelopedData aObject)
public EAuthenticatedEnvelopedData(byte[] aBytes)
throws tr.gov.tubitak.uekae.esya.api.common.ESYAException
tr.gov.tubitak.uekae.esya.api.common.ESYAExceptionpublic long getVersion()
public void setVersion(long version)
public RecipientInfos getRecipientInfos()
public void setRecipientInfos(RecipientInfos recipientInfos)
public EEncryptedContentInfo getEncryptedContentInfo()
public void setEncryptedContentInfo(EEncryptedContentInfo aEncryptedContentInfo)
public UnprotectedAttributes getUnprotectedAttributes()
public void setUnprotectedAttributes(UnprotectedAttributes unprotectedAttributes) throws tr.gov.tubitak.uekae.esya.api.common.ESYAException
tr.gov.tubitak.uekae.esya.api.common.ESYAExceptionpublic com.objsys.asn1j.runtime.Asn1ObjectIdentifier getOID()
public OriginatorInfo getOriginatorInfo()
public void setOriginatorInfo(OriginatorInfo originatorInfo)
public byte[] getMac()
public void setMac(byte[] mac)
public void readAttrs(com.objsys.asn1j.runtime.Asn1BerInputStream sifrelenmisVeri)
throws java.io.IOException
java.io.IOExceptionpublic void writeAttr(com.objsys.asn1j.runtime.Asn1BerOutputStream sifrelenmisVeri)
throws java.io.IOException
java.io.IOExceptionCopyright © 2025. All rights reserved.