org.webdocwf.util.smime.cms
Class EncryptedKey

java.lang.Object
  |
  +--org.webdocwf.util.smime.der.DERObject
        |
        +--org.webdocwf.util.smime.der.DEROctetString
              |
              +--org.webdocwf.util.smime.cms.EncryptedKey

public class EncryptedKey
extends DEROctetString

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

EncryptedKey

public EncryptedKey(byte[] encKey0)
             throws SMIMEException
Constructs container for symmetric encryption key
Parameters:
encKey0 - symmetric encryption key represented as byte array.
Throws:
SMIMEException - thrown from super class constructor.


Copyright © 2002-2002 Together Teamlösungen. All Rights Reserved.