org.bouncycastle.asn1.cms
Class CMSORIforKEMOtherInfo
java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.cms.CMSORIforKEMOtherInfo
- All Implemented Interfaces:
- org.bouncycastle.asn1.ASN1Encodable, org.bouncycastle.util.Encodable
- public class CMSORIforKEMOtherInfo
- extends org.bouncycastle.asn1.ASN1Object
CMSORIforKEMOtherInfo ::= SEQUENCE {
wrap KeyEncryptionAlgorithmIdentifier,
kekLength INTEGER (1..MAX),
ukm [0] EXPLICIT UserKeyingMaterial OPTIONAL
}
UserKeyingMaterial ::= OCTET STRING
Constructor Summary |
CMSORIforKEMOtherInfo(org.bouncycastle.asn1.x509.AlgorithmIdentifier wrap,
int kekLength)
|
CMSORIforKEMOtherInfo(org.bouncycastle.asn1.x509.AlgorithmIdentifier wrap,
int kekLength,
byte[] ukm)
|
Methods inherited from class org.bouncycastle.asn1.ASN1Object |
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
CMSORIforKEMOtherInfo
public CMSORIforKEMOtherInfo(org.bouncycastle.asn1.x509.AlgorithmIdentifier wrap,
int kekLength)
CMSORIforKEMOtherInfo
public CMSORIforKEMOtherInfo(org.bouncycastle.asn1.x509.AlgorithmIdentifier wrap,
int kekLength,
byte[] ukm)
toASN1Primitive
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()