|
||||||||||
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.CertificateSerialNumber
CertificateSerialNumber class is DER encoded integer represented in ASN.1
notation according to RFC2630.
CertificateSerialNumber ::= INTEGER
Constructor Summary | |
CertificateSerialNumber(java.math.BigInteger integer0)
Construction with BigInteger type of data as input. |
|
CertificateSerialNumber(long longNumb0)
Construction with integer as input. |
|
CertificateSerialNumber(java.security.cert.X509Certificate cert0)
Construction by extracting serial number from X509 certificate |
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 CertificateSerialNumber(java.math.BigInteger integer0) throws SMIMEException
integer0
- data of type BigInteger.SMIMEException
- thrown from super class constructor.public CertificateSerialNumber(java.security.cert.X509Certificate cert0) throws SMIMEException
cert0
- X509CertificateSMIMEException
- thrown from super class constructor.public CertificateSerialNumber(long longNumb0) throws SMIMEException
longNumb0
- data of type longSMIMEException
- thrown from super class constructor.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |