| Package | Description |
|---|---|
| be.fgov.ehealth.etee.crypto.policies |
Contains supported policies and options for configuration of the crypto services.
|
| Modifier and Type | Method and Description |
|---|---|
static KeyType |
KeyType.from(java.security.PrivateKey privateKey) |
static KeyType |
KeyType.from(java.security.PublicKey publicKey) |
static KeyType |
KeyType.from(SigningCredential signingCredential) |
KeyType |
SigningPolicy.getKeyType() |
static KeyType |
KeyType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static KeyType[] |
KeyType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static SigningPolicy |
SigningPolicy.getPolicyByKeyType(SigningPolicy policy,
KeyType keyType) |
Copyright © 2021 eHealth. All rights reserved.