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, hashCode
public 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 ASN1Encodable
Copyright © 2015. All rights reserved.