Package org.bouncycastle.asn1.mozilla
package org.bouncycastle.asn1.mozilla
ASN.1 types and OID constants for Mozilla's SignedPublicKeyAndChallenge (SPKAC) form
— the browser-side certificate-enrolment structure historically emitted by
<keygen> elements.-
ClassesClassDescriptionThis is designed to parse the PublicKeyAndChallenge created by the KEYGEN tag included by Mozilla based browsers.SignedPublicKeyAndChallenge ::= SEQUENCE { publicKeyAndChallenge PublicKeyAndChallenge, signatureAlgorithm AlgorithmIdentifier, signature BIT STRING }