Name
Package javax.crypto.spec
Synopsis
The javax.crypto.spec
package contains classes that define transparent
java.security.spec.KeySpec and
java.security.spec.AlgorithmParameterSpec
representations of secret keys, Diffie-Hellman public and private
keys, and parameters used by various cryptographic algorithms. The
classes in this package are used in conjunction with
java.security.KeyFactory,
javax.crypto.SecretKeyFactory and
java.security.AlgorithmParameters for converting
opaque Key, and
AlgorithmParameters objects to and from
transparent representations. In order to make good use of this
package, you must be familiar with the specifications of the various
cryptographic algorithms it supports and the basic mathematics that
underlie those algorithms.
Classes
public class DESedeKeySpec implements java.security.spec.KeySpec; public class DESKeySpec implements java.security.spec.KeySpec; public class DHGenParameterSpec implements java.security.spec.AlgorithmParameterSpec; public class DHParameterSpec implements java.security.spec.AlgorithmParameterSpec; public class DHPrivateKeySpec implements java.security.spec.KeySpec; public class DHPublicKeySpec implements java.security.spec.KeySpec; public class IvParameterSpec implements java.security.spec.AlgorithmParameterSpec; public class OAEPParameterSpec implements java.security.spec.AlgorithmParameterSpec; public class PBEKeySpec implements java.security.spec.KeySpec; public class PBEParameterSpec implements java.security.spec.AlgorithmParameterSpec; ...
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