|
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.DERClassContextSpecificPr
org.enhydra.oyster.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.enhydra.oyster.der.DERClassContextSpecificPr |
addContent |
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 Certificates() throws SMIMEException
SMIMEException
- thrown from super class constructor.Method Detail |
public void addCertificate(java.security.cert.X509Certificate cert0) throws SMIMEException
cert0
- X509Certificate
SMIMEException
- caused by non SMIMEException which is:
CertificateEncodingException. Also, it can be thrown from 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 |