public class SinglePubInfo extends ASN1Encodable
BER, DER| Modifier and Type | Method and Description |
|---|---|
static SinglePubInfo |
getInstance(Object o) |
GeneralName |
getPubLocation() |
DERObject |
toASN1Object()
SinglePubInfo ::= SEQUENCE {
pubMethod INTEGER {
dontCare (0),
x500 (1),
web (2),
ldap (3) },
pubLocation GeneralName OPTIONAL }
|
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCodepublic static SinglePubInfo getInstance(Object o)
public GeneralName getPubLocation()
public DERObject toASN1Object()
SinglePubInfo ::= SEQUENCE {
pubMethod INTEGER {
dontCare (0),
x500 (1),
web (2),
ldap (3) },
pubLocation GeneralName OPTIONAL }
toASN1Object in class ASN1EncodableCopyright © 2015. All rights reserved.