|
||||||||||
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.DERClassContextSpecificPr | +--org.webdocwf.util.smime.cms.Certificates
Certificates class is DER encoded container, represented in ASN.1 notation
according to RFC2630, for storing X509 certificates or for storing certificates
chain in CMS object of signed message.
certificates [0] IMPLICIT CertificateSet OPTIONAL
Constructor Summary | |
Certificates()
Constructs structured DER encoded object with tag Class Context Specific |
Method Summary | |
void |
addCertificate(java.security.cert.X509Certificate cert0)
Adds X509 Certificate |
Methods inherited from class org.webdocwf.util.smime.der.DERClassContextSpecificPr |
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 Certificates() throws SMIMEException
SMIMEException
- thrown from super class constructor.Method Detail |
public void addCertificate(java.security.cert.X509Certificate cert0) throws SMIMEException
cert0
- X509CertificateSMIMEException
- caused by non SMIMEException which is:
CertificateEncodingException. Also, it can be thrown from super class
addContent method.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |