|
||||||||||
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.SignedAttributes
SignedAttributes class is DER encoded container for holding particular signed
attributes represented in ASN.1 notation according to RFC2630.
signedAttrs [0] IMPLICIT SignedAttributes OPTIONAL
SignedAttributes ::= SET SIZE (1..MAX) OF Attribute
Constructor Summary | |
SignedAttributes()
Constructs structured DER encoded object with tag Class Context Specific |
Method Summary | |
void |
addSignedAttribute(byte[] content0)
Adds DER encoded Signed attribute. |
byte[] |
getSignedAttribute()
Returns DER encoded Signed attributes. |
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 SignedAttributes() throws SMIMEException
SMIMEException
- thrown in super class constructor.Method Detail |
public void addSignedAttribute(byte[] content0) throws SMIMEException
content0
- DER encoded Signed attribute for addingSMIMEException
- thrown in super class addContent method.public byte[] getSignedAttribute() throws SMIMEException
SMIMEException
- if no attribute was added. Also, exception
could be thrown in super class getDEREncoded method.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |