Package | Description |
---|---|
org.cryptacular.pbe |
Modifier and Type | Method and Description |
---|---|
static OpenSSLAlgorithm |
OpenSSLAlgorithm.fromAlgorithmId(String algorithmId)
Converts an OID to the corresponding algorithm specification.
|
static OpenSSLAlgorithm |
OpenSSLAlgorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OpenSSLAlgorithm[] |
OpenSSLAlgorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
OpenSSLEncryptionScheme(OpenSSLAlgorithm algorithm,
byte[] iv,
char[] password)
Creates a new instance from an algorithm and salt data.
|
Copyright © 2003-2024 Virginia Tech. All Rights Reserved.