Uses of Class
org.wildfly.security.x500.TrustedAuthority
-
Packages that use TrustedAuthority Package Description org.wildfly.security.x500 Package containing X.500 representations. -
-
Uses of TrustedAuthority in org.wildfly.security.x500
Subclasses of TrustedAuthority in org.wildfly.security.x500 Modifier and Type Class Description static classTrustedAuthority.CertificateTrustedAuthorityA trusted authority that is identified by its certificate.static classTrustedAuthority.HashTrustedAuthorityA trusted authority that is identified by a hash.static classTrustedAuthority.IssuerKeyHashTrustedAuthorityA trusted authority that is identified by the hash of its public key.static classTrustedAuthority.IssuerNameHashTrustedAuthorityA trusted authority that is identified by the hash of its name.static classTrustedAuthority.NameTrustedAuthorityA trusted authority that is identified by its name.static classTrustedAuthority.PKCS15KeyHashTrustedAuthorityA trusted authority that is identified by the PKCS #15 key hash.
-