Uses of Class
javax.security.auth.DestroyFailedException
-
Packages that use DestroyFailedException 软件包 描述 java.security 提供安全框架的类和接口。javax.security.auth 此软件包提供了认证和授权的框架。javax.security.auth.kerberos 此包包含与Kerberos网络身份验证协议相关的实用程序类。 -
-
Uses of DestroyFailedException in java.security
Methods in java.security that throw DestroyFailedException Modifier and Type 方法 描述 voidKeyStore.PasswordProtection. destroy()清除密码。 -
Uses of DestroyFailedException in javax.security.auth
Methods in javax.security.auth that throw DestroyFailedException Modifier and Type 方法 描述 default voidDestroyable. destroy()销毁这个Object。 -
Uses of DestroyFailedException in javax.security.auth.kerberos
Methods in javax.security.auth.kerberos that throw DestroyFailedException Modifier and Type 方法 描述 voidEncryptionKey. destroy()清除此键的关键材料来销毁此键。voidKerberosKey. destroy()清除此密钥的密钥材料即可销毁此密钥。voidKerberosTicket. destroy()销毁票据并销毁其中存储的任何敏感信息。
-