Uses of Package
javax.security.auth
| Package | Description |
|---|---|
| java.security |
Extensible cryptographic service provider infrastructure (SPI) for using
and defining services such as
Certificates,
Keys, KeyStores, MessageDigests, and Signatures. |
| javax.security.auth |
-
Classes in javax.security.auth used by java.security Class Description Destroyable Allows for special treatment of sensitive information, when it comes to destroying or clearing of the data.DestroyFailedException Signals that theDestroyable.destroy()method failed.Subject The central class of thejavax.security.authpackage representing an authenticated user or entity (both referred to as "subject"). -
Classes in javax.security.auth used by javax.security.auth Class Description DestroyFailedException Signals that theDestroyable.destroy()method failed.Subject The central class of thejavax.security.authpackage representing an authenticated user or entity (both referred to as "subject").