public class ServiceLocator extends ASN1Object
Modifier and Type | Field and Description |
---|---|
(package private) X500Name |
issuer |
(package private) ASN1Primitive |
locator |
Constructor and Description |
---|
ServiceLocator() |
Modifier and Type | Method and Description |
---|---|
ASN1Primitive |
toASN1Primitive()
Produce an object suitable for an ASN1OutputStream.
|
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Object
ASN1Primitive locator
public ServiceLocator()
public ASN1Primitive toASN1Primitive()
ServiceLocator ::= SEQUENCE { issuer Name, locator AuthorityInfoAccessSyntax OPTIONAL }
toASN1Primitive
in interface ASN1Encodable
toASN1Primitive
in class ASN1Object