Name
AlgorithmParameterSpec
Synopsis
This interface defines no methods; it
marks classes that define a transparent representation of
cryptographic parameters. You can use an
AlgorithmParameterSpec object to initialize an
opaque java.security.AlgorithmParameters object.
public interface AlgorithmParameterSpec {
}Implementations
DSAParameterSpec,
ECGenParameterSpec,
ECParameterSpec,
MGF1ParameterSpec,
PSSParameterSpec,
RSAKeyGenParameterSpec,
javax.crypto.spec.DHGenParameterSpec,
javax.crypto.spec.DHParameterSpec,
javax.crypto.spec.IvParameterSpec,
javax.crypto.spec.OAEPParameterSpec,
javax.crypto.spec.PBEParameterSpec,
javax.crypto.spec.RC2ParameterSpec,
javax.crypto.spec.RC5ParameterSpec
Passed To
Too many methods to list.
Returned By
java.security.AlgorithmParameters.getParameterSpec(
),
java.security.AlgorithmParametersSpi.engineGetParameterSpec(
), PSSParameterSpec.getMGFParameters( ),
javax.crypto.Cipher.getMaxAllowedParameterSpec( ),
javax.crypto.spec.OAEPParameterSpec.getMGFParameters(
)
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access