Bouncy Castle Cryptography 1.20

org.bouncycastle.asn1.ocsp
Class ServiceLocator

java.lang.Object
  |
  +--org.bouncycastle.asn1.ASN1Encodable
        |
        +--org.bouncycastle.asn1.ocsp.ServiceLocator
All Implemented Interfaces:
DEREncodable

public class ServiceLocator
extends ASN1Encodable


Constructor Summary
ServiceLocator()
           
 
Method Summary
 DERObject toASN1Object()
           ServiceLocator ::= SEQUENCE { issuer Name, locator AuthorityInfoAccessSyntax OPTIONAL }
 
Methods inherited from class org.bouncycastle.asn1.ASN1Encodable
equals, getDERObject, getEncoded, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceLocator

public ServiceLocator()
Method Detail

toASN1Object

public DERObject toASN1Object()
 ServiceLocator ::= SEQUENCE {
     issuer    Name,
     locator   AuthorityInfoAccessSyntax OPTIONAL }
 

Specified by:
toASN1Object in class ASN1Encodable

Bouncy Castle Cryptography 1.20