|
||||||||||
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.DEROctetString | +--org.webdocwf.util.smime.cms.EncryptedKey
EncryptedKey class is DER encoded Octet string represented in ASN.1 notation
according to RFC2630.
EncryptedKey ::= OCTET STRING
Constructor Summary | |
EncryptedKey(byte[] encKey0)
Constructs container for symmetric encryption key |
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 EncryptedKey(byte[] encKey0) throws SMIMEException
encKey0
- symmetric encryption key represented as byte array.SMIMEException
- thrown from super class constructor.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |