public class CMSORIforKEMOtherInfo
extends org.bouncycastle.asn1.ASN1Object
CMSORIforKEMOtherInfo ::= SEQUENCE {
wrap KeyEncryptionAlgorithmIdentifier,
kekLength INTEGER (1..65535),
ukm [0] EXPLICIT UserKeyingMaterial OPTIONAL
}
UserKeyingMaterial ::= OCTET STRING
| Constructor and Description |
|---|
CMSORIforKEMOtherInfo(org.bouncycastle.asn1.x509.AlgorithmIdentifier wrap,
int kekLength) |
CMSORIforKEMOtherInfo(org.bouncycastle.asn1.x509.AlgorithmIdentifier wrap,
int kekLength,
byte[] ukm) |
| Modifier and Type | Method and Description |
|---|---|
org.bouncycastle.asn1.ASN1Primitive |
toASN1Primitive() |