|
||||||||||
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.DERSequencePr | +--org.webdocwf.util.smime.cms.IssuerAndSerialNumber
IssuerAndSerialNumber class is DER encoded object represented in ASN.1
notation according to RFC2630. It is used on places where's important
to obtain information about particular certificate. It contains issuer's
data (name, country etc.) and serial number of the certificate. This class
is super class of classes RecipientIdentifier and SignerIdentifier.
Constructor Summary | |
IssuerAndSerialNumber(java.security.cert.X509Certificate cert0)
Construction with information got from specific X509Certificate or from .cer file information which is extracted into instance of X509Certificate class |
Methods inherited from class org.webdocwf.util.smime.der.DERSequencePr |
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 IssuerAndSerialNumber(java.security.cert.X509Certificate cert0) throws SMIMEException
cert0
- X509CertificateSMIMEException
- thrown from super class constructor or addContent
method.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |