Class PublicKeyAndChallenge

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