Uses of Class
org.wildfly.security.x500.TrustedAuthority
Packages that use TrustedAuthority
Package
Description
Extended callbacks and supporting utilities which allow efficient callback handler implementation.
Package containing X.500 representations.
-
Uses of TrustedAuthority in org.wildfly.security.auth.callback
Methods in org.wildfly.security.auth.callback that return types with arguments of type TrustedAuthorityModifier and TypeMethodDescriptionTrustedAuthoritiesCallback.getTrustedAuthorities()Get the retrieved trusted authorities.Method parameters in org.wildfly.security.auth.callback with type arguments of type TrustedAuthorityModifier and TypeMethodDescriptionvoidTrustedAuthoritiesCallback.setTrustedAuthorities(List<TrustedAuthority> trustedAuthorities) Set the retrieved trusted authorities. -
Uses of TrustedAuthority in org.wildfly.security.x500
Subclasses of TrustedAuthority in org.wildfly.security.x500Modifier and TypeClassDescriptionstatic final classA trusted authority that is identified by its certificate.static classA trusted authority that is identified by a hash.static final classA trusted authority that is identified by the hash of its public key.static final classA trusted authority that is identified by the hash of its name.static final classA trusted authority that is identified by its name.static final classA trusted authority that is identified by the PKCS #15 key hash.