|
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.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.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 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.
|
Enhydra-Oyster 2.1-7 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |