|
||||||||||
| 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
DERInteger is primitive type of DER encoded object which represents integer value in ASN.1 notation.
| Constructor Summary | |
DERInteger(java.math.BigInteger integer0)
Construction with the given BigInteger type of data. |
|
DERInteger(long integer0)
Construction with the given integer value. |
|
| 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 DERInteger(long integer0)
throws SMIMEException
integer0 - data (long type)SMIMEException - thrown in super class constructor or in super class
addContent method.
public DERInteger(java.math.BigInteger integer0)
throws SMIMEException
integer0 - data (BigInteger type)SMIMEException - thrown in super class constructor or in super class
addContent method.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||