Class KeyGenInfo

java.lang.Object
com.netscape.certsrv.base.KeyGenInfo

public class KeyGenInfo extends Object
The KeyGenInfo represents the information generated by the KeyGen tag of the HTML forms. It provides the parsing and accessing mechanisms.

 SignedPublicKeyAndChallenge ::= SEQUENCE {
      publicKeyAndChallenge PublicKeyAndChallenge,
      signatureAlgorithm AlgorithmIdentifier,
      signature BIT STRING
 }

 PublicKeyAndChallenge ::= SEQUENCE {
      spki SubjectPublicKeyInfo,
      challenge IA5STRING
 }
 
Version:
$Revision$, $Date$