Class NetscapeCertRequest

  • All Implemented Interfaces:
    ASN1Encodable, Encodable

    public class NetscapeCertRequest
    extends ASN1Object
    Handles NetScape certificate request (KEYGEN), these are constructed as:
       SignedPublicKeyAndChallenge ::= SEQUENCE {
         publicKeyAndChallenge    PublicKeyAndChallenge,
         signatureAlgorithm       AlgorithmIdentifier,
         signature                BIT STRING
       }
     
    PublicKey's encoded-format has to be X.509.