Uses of Interface
javax.security.auth.Destroyable
Package
Description
Provides the classes and interfaces for the security framework.
Provides interfaces for generating RSA (Rivest, Shamir and
Adleman AsymmetricCipher algorithm)
keys as defined in the RSA Laboratory Technical Note
PKCS#1, and DSA (Digital Signature
Algorithm) keys as defined in NIST's FIPS-186.
Provides the classes and interfaces for cryptographic
operations.
Provides interfaces for Diffie-Hellman keys as defined in RSA
Laboratories' PKCS #3.
Provides classes and interfaces for key specifications and
algorithm parameter specifications.
This package contains utility classes related to the Kerberos network
authentication protocol.
This package contains the classes that should be used to store
X500 Principal and X500 Private Credentials in a
Subject.
-
Uses of Destroyable in java.security
Modifier and TypeClassDescriptionstatic class
A password-based implementation ofProtectionParameter
. -
Uses of Destroyable in java.security.interfaces
Modifier and TypeInterfaceDescriptioninterface
The standard interface to a DSA private key.interface
The interface to an elliptic curve (EC) private key.interface
An interface for an elliptic curve private key as defined by RFC 8032: Edwards-Curve Digital Signature Algorithm (EdDSA).interface
The interface to an RSA multi-prime private key, as defined in the PKCS#1 v2.2 standard, using the Chinese Remainder Theorem (CRT) information values.interface
The interface to an RSA private key, as defined in the PKCS#1 v2.2 standard, using the Chinese Remainder Theorem (CRT) information values.interface
The interface to an RSA private key.interface
An interface for an elliptic curve private key as defined by RFC 7748. -
Uses of Destroyable in javax.crypto
-
Uses of Destroyable in javax.crypto.interfaces
Modifier and TypeInterfaceDescriptioninterface
The interface to a Diffie-Hellman private key.interface
The interface to a PBE key. -
Uses of Destroyable in javax.crypto.spec
Modifier and TypeClassDescriptionclass
This class specifies a secret key in a provider-independent fashion. -
Uses of Destroyable in javax.security.auth.kerberos
Modifier and TypeClassDescriptionfinal class
This class encapsulates an EncryptionKey used in Kerberos.final class
This class encapsulates a Kerberos 5 KRB_CRED message which can be used to send Kerberos credentials from one principal to another.class
This class encapsulates a long term secret key for a Kerberos principal.class
This class encapsulates a Kerberos ticket and associated information as viewed from the client's point of view. -
Uses of Destroyable in javax.security.auth.x500
Modifier and TypeClassDescriptionfinal class
This class represents anX500PrivateCredential
.