Java™ Platform
Standard Ed. 6

Uses of Interface
javax.security.auth.Destroyable

Packages that use Destroyable
java.security Provides the classes and interfaces for the security framework. 
javax.security.auth.kerberos This package contains utility classes related to the Kerberos network authentication protocol. 
javax.security.auth.x500 This package contains the classes that should be used to store X500 Principal and X500 Private Crendentials in a Subject
 

Uses of Destroyable in java.security
 

Classes in java.security that implement Destroyable
static class KeyStore.PasswordProtection
          A password-based implementation of ProtectionParameter.
 

Uses of Destroyable in javax.security.auth.kerberos
 

Classes in javax.security.auth.kerberos that implement Destroyable
 class KerberosKey
          This class encapsulates a long term secret key for a Kerberos principal.
 class KerberosTicket
          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
 

Classes in javax.security.auth.x500 that implement Destroyable
 class X500PrivateCredential
           This class represents an X500PrivateCredential.
 


Java™ Platform
Standard Ed. 6

Submit a bug or feature
For further API reference and developer documentation, see Java SE Developer Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.

Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.