|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.webdocwf.util.smime.der.DERObject | +--org.webdocwf.util.smime.der.DERSequencePr | +--org.webdocwf.util.smime.cms.EncapsulatedContentInfo
EncapsulatedContentInfo class is DER encoded content info represented in
ASN.1 notation according to RFC2630. This class is used in CMS objects for
signed messages. It contains message content in case of implicit signing.
Constructor Summary | |
EncapsulatedContentInfo()
Constructs empty EncapsulatedContentInfo object. |
Method Summary | |
void |
addContentType(byte[] contType0)
Adds Content Type |
void |
addEncapsulatedContent(byte[] cont0)
Adds Encapsulated Content |
Methods inherited from class org.webdocwf.util.smime.der.DERSequencePr |
addContent |
Methods inherited from class org.webdocwf.util.smime.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 EncapsulatedContentInfo() throws SMIMEException
SMIMEException
- thrown from super class constructor.Method Detail |
public void addContentType(byte[] contType0) throws SMIMEException
contType0
- content type represented as byte arraySMIMEException
- if order of adding components is wrong. Also, it
can be thrown from super class addContent method.public void addEncapsulatedContent(byte[] cont0) throws SMIMEException
cont0
- content represented as byte arraySMIMEException
- if order of adding components is wrong. Also, it
can be thrown from super class addContent method.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |