public interface IEnvelopeData
Modifier and Type | Method and Description |
---|---|
void |
addRecipientInfo(RecipientInfo aRecipientInfo) |
byte[] |
getEncoded() |
EEncryptedContentInfo |
getEncryptedContentInfo() |
byte[] |
getMac() |
com.objsys.asn1j.runtime.Asn1ObjectIdentifier |
getOID() |
OriginatorInfo |
getOriginatorInfo() |
RecipientInfo |
getRecipientInfo(int aIndex) |
int |
getRecipientInfoCount() |
RecipientInfos |
getRecipientInfos() |
UnprotectedAttributes |
getUnprotectedAttributes() |
long |
getVersion() |
void |
readAttrs(com.objsys.asn1j.runtime.Asn1BerInputStream mSifrelenmisVeri) |
void |
setEncryptedContentInfo(EEncryptedContentInfo encryptedContentInfo) |
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 mSifrelenmisVeri) |
long getVersion()
void setVersion(long version)
OriginatorInfo getOriginatorInfo()
void setOriginatorInfo(OriginatorInfo originatorInfo)
RecipientInfos getRecipientInfos()
void setRecipientInfos(RecipientInfos recipientInfos)
RecipientInfo getRecipientInfo(int aIndex)
int getRecipientInfoCount()
void addRecipientInfo(RecipientInfo aRecipientInfo)
EEncryptedContentInfo getEncryptedContentInfo()
void setEncryptedContentInfo(EEncryptedContentInfo encryptedContentInfo)
UnprotectedAttributes getUnprotectedAttributes()
void setUnprotectedAttributes(UnprotectedAttributes unprotectedAttributes) throws tr.gov.tubitak.uekae.esya.api.common.ESYAException
tr.gov.tubitak.uekae.esya.api.common.ESYAException
byte[] getEncoded()
com.objsys.asn1j.runtime.Asn1ObjectIdentifier getOID()
byte[] getMac() throws tr.gov.tubitak.uekae.esya.api.common.ESYAException
tr.gov.tubitak.uekae.esya.api.common.ESYAException
void setMac(byte[] mac) throws tr.gov.tubitak.uekae.esya.api.common.ESYAException
tr.gov.tubitak.uekae.esya.api.common.ESYAException
void readAttrs(com.objsys.asn1j.runtime.Asn1BerInputStream mSifrelenmisVeri) throws java.io.IOException
java.io.IOException
void writeAttr(com.objsys.asn1j.runtime.Asn1BerOutputStream mSifrelenmisVeri) throws java.io.IOException
java.io.IOException
Copyright © 2025. All rights reserved.