public class ResponderID extends ASN1Encodable implements ASN1Choice
BER, DER
Constructor and Description |
---|
ResponderID(ASN1OctetString value) |
ResponderID(X500Name value) |
Modifier and Type | Method and Description |
---|---|
static ResponderID |
getInstance(ASN1TaggedObject obj,
boolean explicit) |
static ResponderID |
getInstance(Object obj) |
byte[] |
getKeyHash() |
X500Name |
getName() |
DERObject |
toASN1Object()
Produce an object suitable for an ASN1OutputStream.
|
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCode
public ResponderID(ASN1OctetString value)
public ResponderID(X500Name value)
public static ResponderID getInstance(Object obj)
public static ResponderID getInstance(ASN1TaggedObject obj, boolean explicit)
public byte[] getKeyHash()
public X500Name getName()
public DERObject toASN1Object()
ResponderID ::= CHOICE { byName [1] Name, byKey [2] KeyHash }
toASN1Object
in class ASN1Encodable
Copyright © 2015. All rights reserved.