org.bouncycastle.asn1.ocsp
Class ResponderID
java.lang.Object
|
+--org.bouncycastle.asn1.ASN1Object
|
+--org.bouncycastle.asn1.ocsp.ResponderID
- All Implemented Interfaces:
- ASN1Choice, ASN1Encodable, Encodable
- public class ResponderID
- extends ASN1Object
- implements ASN1Choice
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
ResponderID
public ResponderID(ASN1OctetString value)
ResponderID
public ResponderID(X500Name value)
getInstance
public static ResponderID getInstance(java.lang.Object obj)
getInstance
public static ResponderID getInstance(ASN1TaggedObject obj,
boolean explicit)
getKeyHash
public byte[] getKeyHash()
getName
public X500Name getName()
toASN1Primitive
public ASN1Primitive toASN1Primitive()
- Produce an object suitable for an ASN1OutputStream.
ResponderID ::= CHOICE {
byName [1] Name,
byKey [2] KeyHash }
- Overrides:
toASN1Primitive
in class ASN1Object
- Following copied from class:
org.bouncycastle.asn1.ASN1Object
- Returns:
- a primitive representation of this object.