public class OcspResponsesID
extends org.bouncycastle.asn1.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() |
org.bouncycastle.asn1.ASN1Primitive |
toASN1Primitive() |
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 org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
toASN1Primitive
in interface org.bouncycastle.asn1.ASN1Encodable
toASN1Primitive
in class org.bouncycastle.asn1.ASN1Object