Class SinglePubInfo

  • All Implemented Interfaces:
    ASN1Encodable, Encodable

    public class SinglePubInfo
    extends ASN1Object
     SinglePubInfo ::= SEQUENCE {
            pubMethod    INTEGER {
               dontCare    (0),
               x500        (1),
               web         (2),
               ldap        (3) },
           pubLocation  GeneralName OPTIONAL }