Package | Description |
---|---|
org.mockserver.keys | |
org.mockserver.socket.tls |
Modifier and Type | Method and Description |
---|---|
AsymmetricKeyPairAlgorithm |
AsymmetricKeyPair.getAlgorithm() |
static AsymmetricKeyPairAlgorithm |
AsymmetricKeyPairAlgorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AsymmetricKeyPairAlgorithm[] |
AsymmetricKeyPairAlgorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static AsymmetricKeyPair |
AsymmetricKeyGenerator.createAsymmetricKeyPair(AsymmetricKeyPairAlgorithm algorithm) |
static KeyPair |
AsymmetricKeyGenerator.createKeyPair(AsymmetricKeyPairAlgorithm algorithm) |
Constructor and Description |
---|
AsymmetricKeyPair(String keyId,
AsymmetricKeyPairAlgorithm algorithm,
KeyPair keyPair) |
Modifier and Type | Field and Description |
---|---|
static AsymmetricKeyPairAlgorithm |
KeyAndCertificateFactory.DEFAULT_KEY_GENERATION_AND_SIGNING_ALGORITHM
default key pair generation and signing algorithm
|
Copyright © 2022. All rights reserved.