Bouncy Castle Cryptography Library 1.77.0

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
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
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

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 }
Overrides:
toASN1Primitive in class ASN1Object
Following copied from class: org.bouncycastle.asn1.ASN1Object
Returns:
a primitive representation of this object.

Bouncy Castle Cryptography Library 1.77.0