org.mozilla.jss.pkix.crmf
Class EncryptedValue
java.lang.Object
org.mozilla.jss.pkix.crmf.EncryptedValue
- ASN1Value
public class EncryptedValue
extends java.lang.Object
The CRMF structure EncryptedValue for storing the encrypted
key to be archived.
encode
public void encode(OutputStream ostream)
throws IOException
- encode in interface ASN1Value
encode
public void encode(Tag implicitTag,
OutputStream ostream)
throws IOException
- encode in interface ASN1Value
getEncSymmKey
public BIT_STRING getEncSymmKey()
May return null
.
getValueHint
public OCTET_STRING getValueHint()
May return null
.