KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > security > auth > Destroyable

javax.security.auth
Interface Destroyable

All Known Implementing Classes:
KerberosKey, KerberosTicket, KeyStore.PasswordProtection, X500PrivateCredential
See Also:
Top Examples, Source Code, Subject

void destroy()
             throws DestroyFailedException
See Also:
SecurityException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


boolean isDestroyed()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags