public class OcspIdentifier
extends org.bouncycastle.asn1.ASN1Object
OcspIdentifier ::= SEQUENCE {
ocspResponderID ResponderID, -- As in OCSP response data
producedAt GeneralizedTime -- As in OCSP response data
}
| Constructor and Description |
|---|
OcspIdentifier(org.bouncycastle.asn1.ocsp.ResponderID ocspResponderID,
org.bouncycastle.asn1.ASN1GeneralizedTime producedAt) |
| Modifier and Type | Method and Description |
|---|---|
static OcspIdentifier |
getInstance(java.lang.Object obj) |
org.bouncycastle.asn1.ocsp.ResponderID |
getOcspResponderID() |
org.bouncycastle.asn1.ASN1GeneralizedTime |
getProducedAt() |
org.bouncycastle.asn1.ASN1Primitive |
toASN1Primitive() |
public OcspIdentifier(org.bouncycastle.asn1.ocsp.ResponderID ocspResponderID,
org.bouncycastle.asn1.ASN1GeneralizedTime producedAt)
public static OcspIdentifier getInstance(java.lang.Object obj)
public org.bouncycastle.asn1.ocsp.ResponderID getOcspResponderID()
public org.bouncycastle.asn1.ASN1GeneralizedTime getProducedAt()
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
toASN1Primitive in interface org.bouncycastle.asn1.ASN1EncodabletoASN1Primitive in class org.bouncycastle.asn1.ASN1Object