| Interface | Description |
|---|---|
| KeyPairPEMResourceParser |
The reported algorithm name refers to the encryption algorithm name - e.g., "RSA", "DSA"
|
| Class | Description |
|---|---|
| AbstractPEMResourceKeyPairParser |
Base class for PEM file key-pair loaders
|
| DSSPEMResourceKeyPairParser | |
| ECDSAPEMResourceKeyPairParser | |
| PEMResourceParserUtils | |
| PKCS8PEMResourceKeyPairParser | |
| PKCS8PrivateKeyInfo |
PrivateKeyInfo ::= SEQUENCE {
version Version,
privateKeyAlgorithm PrivateKeyAlgorithmIdentifier,
privateKey PrivateKey,
attributes [0] IMPLICIT Attributes OPTIONAL
}
Version ::= INTEGER
PrivateKeyAlgorithmIdentifier ::= AlgorithmIdentifier
PrivateKey ::= OCTET STRING
Attributes ::= SET OF Attribute
AlgorithmIdentifier ::= SEQUENCE {
algorithm OBJECT IDENTIFIER,
parameters ANY DEFINED BY algorithm OPTIONAL
}
|
| RSAPEMResourceKeyPairParser |
Copyright © 2018–2024 The Apache Software Foundation. All rights reserved.