public class OcspResponsesID extends ASN1Object
OcspResponsesID ::= SEQUENCE { ocspIdentifier OcspIdentifier, ocspRepHash OtherHash OPTIONAL }
Constructor and Description |
---|
OcspResponsesID(OcspIdentifier ocspIdentifier) |
OcspResponsesID(OcspIdentifier ocspIdentifier,
OtherHash ocspRepHash) |
Modifier and Type | Method and Description |
---|---|
static OcspResponsesID |
getInstance(java.lang.Object obj) |
OcspIdentifier |
getOcspIdentifier() |
OtherHash |
getOcspRepHash() |
ASN1Primitive |
toASN1Primitive()
Method providing a primitive representation of this object suitable for encoding.
|
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode
public OcspResponsesID(OcspIdentifier ocspIdentifier)
public OcspResponsesID(OcspIdentifier ocspIdentifier, OtherHash ocspRepHash)
public static OcspResponsesID getInstance(java.lang.Object obj)
public OcspIdentifier getOcspIdentifier()
public OtherHash getOcspRepHash()
public ASN1Primitive toASN1Primitive()
ASN1Object
toASN1Primitive
in interface ASN1Encodable
toASN1Primitive
in class ASN1Object