Package org.bouncycastle.asn1.crmf
Class SinglePubInfo
java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.crmf.SinglePubInfo
- All Implemented Interfaces:
ASN1Encodable
,Encodable
SinglePubInfo ::= SEQUENCE { pubMethod INTEGER { dontCare (0), x500 (1), web (2), ldap (3) }, pubLocation GeneralName OPTIONAL }
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ASN1Integer
static final ASN1Integer
static final ASN1Integer
static final ASN1Integer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SinglePubInfo
Return the primitive representation of SinglePubInfo.Methods inherited from class org.bouncycastle.asn1.ASN1Object
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode
-
Field Details
-
dontCare
-
x500
-
web
-
ldap
-
-
Constructor Details
-
SinglePubInfo
-
-
Method Details
-
getInstance
-
getPubMethod
-
getPubLocation
-
toASN1Primitive
Return the primitive representation of SinglePubInfo.- Specified by:
toASN1Primitive
in interfaceASN1Encodable
- Specified by:
toASN1Primitive
in classASN1Object
- Returns:
- a basic ASN.1 object representation.
-