Package | Description |
---|---|
org.bouncycastle.asn1.mozilla |
Class and Description |
---|
PublicKeyAndChallenge
This is designed to parse
the PublicKeyAndChallenge created by the KEYGEN tag included by
Mozilla based browsers.
|
SignedPublicKeyAndChallenge
SignedPublicKeyAndChallenge ::= SEQUENCE {
publicKeyAndChallenge PublicKeyAndChallenge,
signatureAlgorithm AlgorithmIdentifier,
signature BIT STRING
}
|
Copyright © 2017 BouncyCastle.org. All rights reserved.