|
||||||||||
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.DERInteger | +--org.webdocwf.util.smime.cms.CMSVersion
CMSVersion class is DER encoded integer represented in ASN.1 notation
according to RFC2630.
CMSVersion ::= INTEGER { v0(0), v1(1), v2(2), v3(3), v4(4) }
Constructor Summary | |
CMSVersion(int ver0)
Construction is possible only for few discret integer values |
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 CMSVersion(int ver0) throws SMIMEException
ver0
- can be 0, 1, 2, 3 or 4SMIMEException
- if parameter ver0 is not from group 0, 1, 2, 3 or 4.
Also, it can be thrown from super class constructor.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |