Package | Description |
---|---|
net.java.truecommons.key.spec.common |
Provides interfaces and classes for cryptographic parameters which are
specific to common algorithms, for example the Advanced Encryption Standard
(AES).
|
Modifier and Type | Method and Description |
---|---|
AesKeyStrength[] |
AesPbeParameters.getAllKeyStrengths() |
static AesKeyStrength |
AesKeyStrength.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AesKeyStrength[] |
AesKeyStrength.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2012–2015 Schlichtherle IT Services. All rights reserved.