public class MQVuserKeyingMaterial extends ASN1Encodable
BER, DER
Constructor and Description |
---|
MQVuserKeyingMaterial(OriginatorPublicKey ephemeralPublicKey,
ASN1OctetString addedukm) |
Modifier and Type | Method and Description |
---|---|
ASN1OctetString |
getAddedukm() |
OriginatorPublicKey |
getEphemeralPublicKey() |
static MQVuserKeyingMaterial |
getInstance(ASN1TaggedObject obj,
boolean explicit)
return an MQVuserKeyingMaterial object from a tagged object.
|
static MQVuserKeyingMaterial |
getInstance(Object obj)
return an MQVuserKeyingMaterial object from the given object.
|
DERObject |
toASN1Object()
Produce an object suitable for an ASN1OutputStream.
|
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCode
public MQVuserKeyingMaterial(OriginatorPublicKey ephemeralPublicKey, ASN1OctetString addedukm)
public static MQVuserKeyingMaterial getInstance(ASN1TaggedObject obj, boolean explicit)
obj
- the tagged object holding the object we want.explicit
- true if the object is meant to be explicitly
tagged false otherwise.IllegalArgumentException
- if the object held by the
tagged object cannot be converted.public static MQVuserKeyingMaterial getInstance(Object obj)
obj
- the object we want converted.IllegalArgumentException
- if the object cannot be converted.public OriginatorPublicKey getEphemeralPublicKey()
public ASN1OctetString getAddedukm()
public DERObject toASN1Object()
MQVuserKeyingMaterial ::= SEQUENCE { ephemeralPublicKey OriginatorPublicKey, addedukm [0] EXPLICIT UserKeyingMaterial OPTIONAL }
toASN1Object
in class ASN1Encodable
Copyright © 2015. All rights reserved.