org.mozilla.jss.pkix.crmf
public class EncryptedValue extends Object implements ASN1Value
Nested Class Summary | |
---|---|
static class | EncryptedValue.Template
A Template class for decoding BER-encoded EncryptedValues. |
Constructor Summary | |
---|---|
EncryptedValue(AlgorithmIdentifier intendedAlg, AlgorithmIdentifier symmAlg, BIT_STRING encSymmKey, AlgorithmIdentifier keyAlg, OCTET_STRING valueHint, BIT_STRING encValue) |
Method Summary | |
---|---|
void | encode(OutputStream ostream) |
void | encode(Tag implicitTag, OutputStream ostream) |
BIT_STRING | getEncSymmKey()
May return null . |
BIT_STRING | getEncValue() |
AlgorithmIdentifier | getIntendedAlg()
May return null . |
AlgorithmIdentifier | getKeyAlg()
May return null . |
AlgorithmIdentifier | getSymmAlg()
May return null . |
Tag | getTag() |
static EncryptedValue.Template | getTemplate() |
OCTET_STRING | getValueHint()
May return null . |
Parameters: intendedAlg May be null. symmAlg May be null. encSymmKey May be null. keyAlg May be null. valueHint May be null. encValue May not be null.
null
.null
.null
.null
.null
.