|
Enhydra-Oyster 2.1-7 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.enhydra.oyster.der.DERObject
org.enhydra.oyster.der.DERSequencePr
org.enhydra.oyster.cms.EnvelopedData
EnvelopedData is DER encoded container for information represented in
ASN.1 notation according to RFC2630, used for construction CMS object
of encrypted message.
Constructor Summary | |
EnvelopedData()
Constructs empty Enveloped Data. |
Method Summary | |
void |
addCMSVersion(byte[] ver0)
Adds CMS Version. |
void |
addEncryptContentInfo(byte[] info0)
Adds Encrypt Content Info. |
void |
addRecipientInfos(byte[] info0)
Adds Recipient Infos. |
Methods inherited from class org.enhydra.oyster.der.DERSequencePr |
addContent |
Methods inherited from class org.enhydra.oyster.der.DERObject |
getContentOctets, getContentPartSize, getDEREncoded, getIdentifierOctet, getLengthOctets, getLengthPartSize, getTagClassType, getTagComplexity, getTagTypeNumber, getTotalSize |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public EnvelopedData() throws SMIMEException
SMIMEException
- thrown from super class constructor.Method Detail |
public void addCMSVersion(byte[] ver0) throws SMIMEException
ver0
- CMS version represented as byte array
SMIMEException
- if order of adding components is wrong. Also, it
can be thrown from super class addContent method.public void addRecipientInfos(byte[] info0) throws SMIMEException
info0
- Recipient Infos represented as byte array
SMIMEException
- if order of adding components is wrong. Also, it
can be thrown from super class addContent method.public void addEncryptContentInfo(byte[] info0) throws SMIMEException
info0
- Encrypt Content Info represented as byte array
SMIMEException
- if order of adding components is wrong. Also, it
can be thrown from super class addContent method.
|
Enhydra-Oyster 2.1-7 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |