| 类 | 说明 |
|---|---|
| DerParser |
A bare-minimum ASN.1 DER decoder, just having enough functions to
decode PKCS#1 private keys in order to remain JCE/JVM agnostic.
|
| DerParser.Asn1Object |
An ASN.1 TLV.
|
| DsaPrivateKeySpecParser | |
| EcPrivateKeySpecParser |
Key-Length:
192-bit (curve secp192r1),
233-bit (curve sect233k1),
224-bit (curve secp224k1),
256-bit (curves secp256k1 and Curve25519),
283-bit (curve sect283k1),
384-bit (curves p384 and secp384r1),
409-bit (curve sect409r1),
414-bit (curve Curve41417),
448-bit (curve Curve448-Goldilocks),
511-bit (curve M-511),
521-bit (curve P-521),
571-bit (curve sect571k1)
and many others.
|
| Pkcs8PrivateKeySpecParser | |
| RsaPkcs1PrivateKeySpecParser |
Copyright © 2022. All rights reserved.