@NonNullByDefault
Package javax.crypto.spec
-
Class Summary Class Description GCMParameterSpec Specifies the set of parameters required by aCipherusing the Galois/Counter Mode (GCM) mode.IvParameterSpec This class specifies an initialization vector (IV).OAEPParameterSpec This class specifies the set of parameters used with OAEP Padding, as defined in the PKCS#1 v2.2 standard.PBEKeySpec A user-chosen password that can be used with password-based encryption (PBE).PBEParameterSpec This class specifies the set of parameters used with password-based encryption (PBE), as defined in the PKCS #5 standard.PSource This class specifies the source for encoding input P in OAEP Padding, as defined in the PKCS#1 v2.2 standard.PSource.PSpecified This class is used to explicitly specify the value for encoding input P in OAEP Padding.SecretKeySpec This class specifies a secret key in a provider-independent fashion.