Class PublicKeyAndChallenge

  • All Implemented Interfaces:
    ASN1Encodable, Encodable

    public class PublicKeyAndChallenge
    extends ASN1Object
    This is designed to parse the PublicKeyAndChallenge created by the KEYGEN tag included by Mozilla based browsers.
      PublicKeyAndChallenge ::= SEQUENCE {
        spki SubjectPublicKeyInfo,
        challenge IA5STRING
      }