Uses of Interface
javax.security.auth.Destroyable
-
Packages that use Destroyable 软件包 描述 java.security 提供安全框架的类和接口。java.security.interfaces 提供用于生成RSA实验室技术说明PKCS#1中定义的RSA(Rivest,Shamir和Adleman非对称密码算法)密钥以及NIST FIPS-186中定义的DSA(数字签名算法)密钥的接口。javax.crypto 提供加密操作的类和接口。javax.crypto.interfaces 提供RSA实验室PKCS#3中定义的Diffie-Hellman密钥的接口。javax.crypto.spec 提供关键规范和算法参数规范的类和接口。javax.security.auth.kerberos 此包包含与Kerberos网络身份验证协议相关的实用程序类。javax.security.auth.x500 该包包含用于在 主题中存储X500 Principal和X500 Private Credentials的类。 -
-
Uses of Destroyable in java.security
Subinterfaces of Destroyable in java.security Modifier and Type 接口 描述 interface
PrivateKey
私钥。Classes in java.security that implement Destroyable Modifier and Type Class 描述 static class
KeyStore.PasswordProtection
基于密码的实现ProtectionParameter
。 -
Uses of Destroyable in java.security.interfaces
Subinterfaces of Destroyable in java.security.interfaces Modifier and Type 接口 描述 interface
DSAPrivateKey
DSA私钥的标准接口。interface
ECPrivateKey
椭圆曲线(EC)私钥的界面。interface
RSAMultiPrimePrivateCrtKey
与PKCS#1 v2.1中定义的使用 中国剩余定理 (CRT)信息值的RSA多权限私钥的接口。interface
RSAPrivateCrtKey
使用 中国剩余定理 (CRT)信息值的PKCS#1标准中定义的RSA私钥的接口。interface
RSAPrivateKey
RSA私钥的接口。 -
Uses of Destroyable in javax.crypto
Subinterfaces of Destroyable in javax.crypto Modifier and Type 接口 描述 interface
SecretKey
一个秘密(对称)键。 -
Uses of Destroyable in javax.crypto.interfaces
Subinterfaces of Destroyable in javax.crypto.interfaces Modifier and Type 接口 描述 interface
DHPrivateKey
与Diffie-Hellman私钥的接口。interface
PBEKey
与PBE密钥的接口。 -
Uses of Destroyable in javax.crypto.spec
Classes in javax.crypto.spec that implement Destroyable Modifier and Type Class 描述 class
SecretKeySpec
该类以独立于提供商的方式指定密钥。 -
Uses of Destroyable in javax.security.auth.kerberos
Classes in javax.security.auth.kerberos that implement Destroyable Modifier and Type Class 描述 class
EncryptionKey
此类封装了Kerberos中使用的EncryptionKey。class
KerberosCredMessage
此类封装了Kerberos 5 KRB_CRED消息,可用于将Kerberos凭据从一个主体发送到另一个主体。class
KerberosKey
该类封装了Kerberos主体的长期密钥。class
KerberosTicket
从客户端的角度来看,该类封装了Kerberos票证和相关信息。 -
Uses of Destroyable in javax.security.auth.x500
Classes in javax.security.auth.x500 that implement Destroyable Modifier and Type Class 描述 class
X500PrivateCredential
这个类代表一个X500PrivateCredential
。
-