Bouncy Castle Cryptography 1.19

org.bouncycastle.asn1.ocsp
Class ServiceLocator

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

public class ServiceLocator
extends java.lang.Object
implements DEREncodable


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

Constructor Detail

ServiceLocator

public ServiceLocator()
Method Detail

getDERObject

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

Specified by:
getDERObject in interface DEREncodable

Bouncy Castle Cryptography 1.19