Class NetscapeCertRequest

java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.jce.netscape.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.