Uses of Interface
org.opensaml.security.x509.X500DNHandler
Packages that use X500DNHandler
Package
Description
X.509-based credential and trust classes.
TLS security functionality.
-
Uses of X500DNHandler in org.opensaml.security.x509
Classes in org.opensaml.security.x509 that implement X500DNHandlerModifier and TypeClassDescriptionclassBasic implementation ofX500DNHandlerwhich uses the internal built-in mechanisms provided byX500Principaldirectly.Methods in org.opensaml.security.x509 that return X500DNHandlerModifier and TypeMethodDescriptionInternalX500DNHandler.clone()Clone the handler.X500DNHandler.clone()Clone the handler.Methods in org.opensaml.security.x509 with parameters of type X500DNHandlerModifier and TypeMethodDescriptionstatic StringX509Support.getIdentifiersToken(X509Credential credential, X500DNHandler handler) Gets a formatted string representing identifier information from the supplied credential. -
Uses of X500DNHandler in org.opensaml.security.x509.tls
Fields in org.opensaml.security.x509.tls declared as X500DNHandlerModifier and TypeFieldDescriptionprivate X500DNHandlerCertificateNameOptions.x500DNHandlerResponsible for serializing X.500 names to strings from certificate-derivedX500Principalinstances.Methods in org.opensaml.security.x509.tls that return X500DNHandlerModifier and TypeMethodDescriptionCertificateNameOptions.getX500DNHandler()Get the handler responsible for serializing X.500 names to strings from certificate-derivedX500Principalinstances.Methods in org.opensaml.security.x509.tls with parameters of type X500DNHandlerModifier and TypeMethodDescriptionvoidCertificateNameOptions.setX500DNHandler(X500DNHandler handler) Set the handler responsible for serializing X.500 names to strings from certificate-derivedX500Principalinstances.