com.digt.trusted.asn1.ocsp
Class ServiceLocator

java.lang.Object
  extended by com.digt.trusted.asn1.ASN1Encodable
      extended by com.digt.trusted.asn1.ocsp.ServiceLocator
All Implemented Interfaces:
DEREncodable

public class ServiceLocator
extends ASN1Encodable


Constructor Summary
ServiceLocator()
           
 
Method Summary
 DERObject toASN1Object()
          Produce an object suitable for an ASN1OutputStream.
 
Methods inherited from class com.digt.trusted.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()
Produce an object suitable for an ASN1OutputStream.
 ServiceLocator ::= SEQUENCE {
     issuer    Name,
     locator   AuthorityInfoAccessSyntax OPTIONAL }
 

Specified by:
toASN1Object in class ASN1Encodable