public class SinglePubInfo extends ASN1Encodable
| Modifier and Type | Field and Description |
|---|---|
private GeneralName |
pubLocation |
private DERInteger |
pubMethod |
BER, DER| Modifier | Constructor and Description |
|---|---|
private |
SinglePubInfo(ASN1Sequence seq) |
| Modifier and Type | Method and Description |
|---|---|
static SinglePubInfo |
getInstance(java.lang.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, hashCodeprivate DERInteger pubMethod
private GeneralName pubLocation
private SinglePubInfo(ASN1Sequence seq)
public static SinglePubInfo getInstance(java.lang.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 © 1998-2014 Gamma Technologies. All Rights Reserved.