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, toASN1Objectpublic 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()
ASN1ObjecttoASN1Primitive in interface ASN1EncodabletoASN1Primitive in class ASN1Object