Uses of Class
javax.security.auth.x500.X500Principal
-
Packages that use X500Principal 软件包 描述 java.security.cert 提供用于解析和管理证书,证书撤销列表(CRL)和认证路径的类和接口。 -
-
Uses of X500Principal in java.security.cert
Methods in java.security.cert that return X500Principal Modifier and Type 方法 描述 X500Principal
CertificateRevokedException. getAuthorityName()
返回签署证书撤销状态信息的权限的名称。X500Principal
TrustAnchor. getCA()
返回最受信任的CA作为X500Principal的名称。X500Principal
X509CRLEntry. getCertificateIssuer()
获取此条目描述的X509证书颁发者。X500Principal
X509CertSelector. getIssuer()
作为X500Principal
返回发行人标准。X500Principal
X509Certificate. getIssuerX500Principal()
从证书返回发行人(发行人可分辨名称)值作为X500Principal
。X500Principal
X509CRL. getIssuerX500Principal()
从CRL返回发行人(发行人可分辨名称)值为X500Principal
。X500Principal
X509CertSelector. getSubject()
返回主题标准为X500Principal
。X500Principal
X509Certificate. getSubjectX500Principal()
从证书中返回主题(主体可分辨名称)值作为X500Principal
。Methods in java.security.cert that return types with arguments of type X500Principal Modifier and Type 方法 描述 Collection<X500Principal>
X509CRLSelector. getIssuers()
返回issuerNames条件。Methods in java.security.cert with parameters of type X500Principal Modifier and Type 方法 描述 void
X509CRLSelector. addIssuer(X500Principal issuer)
向issuerNames条件添加一个名称。void
X509CertSelector. setIssuer(X500Principal issuer)
设定发行人标准。void
X509CertSelector. setSubject(X500Principal subject)
设置主题标准。Method parameters in java.security.cert with type arguments of type X500Principal Modifier and Type 方法 描述 void
X509CRLSelector. setIssuers(Collection<X500Principal> issuers)
设置issuerNames条件。Constructors in java.security.cert with parameters of type X500Principal Constructor 描述 CertificateRevokedException(Date revocationDate, CRLReason reason, X500Principal authority, Map<String,Extension> extensions)
构造具有指定撤销日期,原因代码,权限名称和扩展名映射的CertificateRevokedException
。TrustAnchor(X500Principal caPrincipal, PublicKey pubKey, byte[] nameConstraints)
创建一个TrustAnchor
的实例,其中最受信任的CA被指定为X500Principal和公钥。
-