Package org.bouncycastle.asn1.ocsp
Class ServiceLocator
java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.ocsp.ServiceLocator
- All Implemented Interfaces:
ASN1Encodable
,Encodable
-
Method Summary
Modifier and TypeMethodDescriptionstatic ServiceLocator
getInstance
(Object obj) Produce an object suitable for an ASN1OutputStream.Methods inherited from class org.bouncycastle.asn1.ASN1Object
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode
-
Method Details
-
getInstance
-
getIssuer
-
getLocator
-
toASN1Primitive
Produce an object suitable for an ASN1OutputStream.ServiceLocator ::= SEQUENCE { issuer Name, locator AuthorityInfoAccessSyntax OPTIONAL }
- Specified by:
toASN1Primitive
in interfaceASN1Encodable
- Specified by:
toASN1Primitive
in classASN1Object
- Returns:
- a primitive representation of this object.
-