|
||||||||||
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.DERClassContextSpecificPr | +--org.webdocwf.util.smime.cms.Content
Content class is DER encoded container, represented in ASN.1 notation
according to RFC2630, used for storing contents of CMS object.
content [0] EXPLICIT ANY DEFINED BY contentType
Constructor Summary | |
Content(byte[] content0,
boolean structured0)
Constructs structured DER encoded object with tag Class Context Specific |
Methods inherited from class org.webdocwf.util.smime.der.DERClassContextSpecificPr |
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 Content(byte[] content0, boolean structured0) throws SMIMEException
content0
- byte array content for adding to instance of class Contentstructured0
- type of content: structured (true) or primitive (false)SMIMEException
- thrown from super class constructor or its
addContent method.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |