Package | Description |
---|---|
net.messagevortex.asn1.encryption |
Modifier and Type | Method and Description |
---|---|
static SecurityLevel |
SecurityLevel.getDefault()
Retrieves the default security level to be used.
|
SecurityLevel |
EllipticCurveType.getSecurityLevel() |
SecurityLevel |
SecurityLevel.next()
Retrieves the next higher security level.
|
static SecurityLevel |
SecurityLevel.setDefault(SecurityLevel newLevel)
Sets the default security level to be used.
|
static SecurityLevel |
SecurityLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SecurityLevel[] |
SecurityLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Map<SecurityLevel,AlgorithmParameter> |
Algorithm.getParameters()
Get a map of security levels and default parameters for this algorithm.
|
Modifier and Type | Method and Description |
---|---|
int |
Algorithm.getBlockSize(SecurityLevel sl)
Get the block size for this algorithm and security level.
|
int |
Algorithm.getKeySize(SecurityLevel sl)
Get the key size for this algorithm and security level.
|
AlgorithmParameter |
Algorithm.getParameters(SecurityLevel sl)
Get default parameters for the security level specified.
|
static SecurityLevel |
SecurityLevel.setDefault(SecurityLevel newLevel)
Sets the default security level to be used.
|
Copyright © 2023. All rights reserved.