public class SinglePubInfo
extends java.lang.Object
implements org.bouncycastle.asn1.ASN1Encodable
SinglePubInfo ::= SEQUENCE { pubMethod INTEGER { dontCare (0), x500 (1), web (2), ldap (3) }, pubLocation GeneralName OPTIONAL }
Constructor and Description |
---|
SinglePubInfo(org.bouncycastle.asn1.ASN1Integer pubMethod) |
SinglePubInfo(org.bouncycastle.asn1.ASN1Sequence seq) |
Modifier and Type | Method and Description |
---|---|
static SinglePubInfo |
getInstance(org.bouncycastle.asn1.ASN1TaggedObject obj,
boolean explicit) |
static SinglePubInfo |
getInstance(java.lang.Object obj) |
org.bouncycastle.asn1.x509.GeneralName |
getPubLocation() |
org.bouncycastle.asn1.ASN1Integer |
getPubMethod() |
void |
setPubLocation(org.bouncycastle.asn1.x509.GeneralName pubLocation) |
org.bouncycastle.asn1.ASN1Primitive |
toASN1Primitive() |
java.lang.String |
toString() |
public SinglePubInfo(org.bouncycastle.asn1.ASN1Sequence seq)
public SinglePubInfo(org.bouncycastle.asn1.ASN1Integer pubMethod)
public static SinglePubInfo getInstance(org.bouncycastle.asn1.ASN1TaggedObject obj, boolean explicit)
public static SinglePubInfo getInstance(java.lang.Object obj)
public org.bouncycastle.asn1.ASN1Integer getPubMethod()
public org.bouncycastle.asn1.x509.GeneralName getPubLocation()
public void setPubLocation(org.bouncycastle.asn1.x509.GeneralName pubLocation)
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
toASN1Primitive
in interface org.bouncycastle.asn1.ASN1Encodable
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2018 Agencia de Tecnología y Certificación Electrónica. All Rights Reserved.