Package org.bouncycastle.asn1.ocsp
Class ServiceLocator
- java.lang.Object
-
- org.bouncycastle.asn1.ASN1Object
-
- org.bouncycastle.asn1.ocsp.ServiceLocator
-
- All Implemented Interfaces:
ASN1Encodable
,Encodable
public class ServiceLocator extends ASN1Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ServiceLocator
getInstance(java.lang.Object obj)
X500Name
getIssuer()
AuthorityInformationAccess
getLocator()
ASN1Primitive
toASN1Primitive()
Produce an object suitable for an ASN1OutputStream.-
Methods inherited from class org.bouncycastle.asn1.ASN1Object
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode
-
-
-
-
Method Detail
-
getInstance
public static ServiceLocator getInstance(java.lang.Object obj)
-
getIssuer
public X500Name getIssuer()
-
getLocator
public AuthorityInformationAccess getLocator()
-
toASN1Primitive
public ASN1Primitive 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.
-
-