Class | Description |
---|---|
AEADParameterSpec |
ParameterSpec for AEAD modes which allows associated data to be added via an algorithm parameter spec.In normal
circumstances you would only want to use this if you had to work with the pre-JDK1.7 Cipher class as associated
data is ignored for the purposes of returning a Cipher's parameters.
|
GOST28147ParameterSpec |
A parameter spec for the GOST-28147 cipher.
|
KTSParameterSpec |
Parameter spec for doing KTS based wrapping via the Cipher API.
|
KTSParameterSpec.Builder |
Builder class for creating a KTSParameterSpec.
|
MQVParameterSpec | |
PBKDF2KeySpec |
Extension of PBEKeySpec which takes into account the PRF algorithm setting available in PKCS#5 PBKDF2.
|
RepeatedSecretKeySpec |
A simple object to indicate that a symmetric cipher should reuse the
last key provided.
|
SkeinParameterSpec |
Parameters for the Skein hash function - a series of byte[] strings identified by integer tags.
|
SkeinParameterSpec.Builder |
A builder for
SkeinParameterSpec . |
TLSKeyMaterialSpec |
Key Spec class for generating TLS key/iv material.
|
UserKeyingMaterialSpec |