kz.gamma.asn1.crmf
Class SinglePubInfo
java.lang.Object
kz.gamma.asn1.ASN1Encodable
kz.gamma.asn1.crmf.SinglePubInfo
- All Implemented Interfaces:
- kz.gamma.asn1.DEREncodable
public class SinglePubInfo
- extends kz.gamma.asn1.ASN1Encodable
|
Field Summary |
private kz.gamma.asn1.x509.GeneralName |
pubLocation
|
private kz.gamma.asn1.DERInteger |
pubMethod
|
| Fields inherited from class kz.gamma.asn1.ASN1Encodable |
BER, DER |
|
Constructor Summary |
private |
SinglePubInfo(kz.gamma.asn1.ASN1Sequence seq)
|
|
Method Summary |
static SinglePubInfo |
getInstance(java.lang.Object o)
|
kz.gamma.asn1.x509.GeneralName |
getPubLocation()
|
kz.gamma.asn1.DERObject |
toASN1Object()
SinglePubInfo ::= SEQUENCE {
pubMethod INTEGER {
dontCare (0),
x500 (1),
web (2),
ldap (3) },
pubLocation GeneralName OPTIONAL }
|
| Methods inherited from class kz.gamma.asn1.ASN1Encodable |
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCode |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
pubMethod
private kz.gamma.asn1.DERInteger pubMethod
pubLocation
private kz.gamma.asn1.x509.GeneralName pubLocation
SinglePubInfo
private SinglePubInfo(kz.gamma.asn1.ASN1Sequence seq)
getInstance
public static SinglePubInfo getInstance(java.lang.Object o)
getPubLocation
public kz.gamma.asn1.x509.GeneralName getPubLocation()
toASN1Object
public kz.gamma.asn1.DERObject toASN1Object()
SinglePubInfo ::= SEQUENCE {
pubMethod INTEGER {
dontCare (0),
x500 (1),
web (2),
ldap (3) },
pubLocation GeneralName OPTIONAL }
- Specified by:
toASN1Object in class kz.gamma.asn1.ASN1Encodable
- Returns:
- a basic ASN.1 object representation.
Copyright © 1998-2014 Gamma Technologies. All Rights Reserved.