public class OcspResponsesID extends ASN1Object
OcspResponsesID ::= SEQUENCE { ocspIdentifier OcspIdentifier, ocspRepHash OtherHash OPTIONAL }
Modifier and Type | Field and Description |
---|---|
private OcspIdentifier |
ocspIdentifier |
private OtherHash |
ocspRepHash |
Modifier | Constructor and Description |
---|---|
private |
OcspResponsesID(ASN1Sequence seq) |
|
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, toASN1Object
private OcspIdentifier ocspIdentifier
private OtherHash ocspRepHash
private OcspResponsesID(ASN1Sequence seq)
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