Uses of Interface
org.opensaml.security.x509.X500DNHandler
-
Packages that use X500DNHandler Package Description org.opensaml.security.x509 X.509-based credential and trust classes.org.opensaml.security.x509.tls TLS security functionality. -
-
Uses of X500DNHandler in org.opensaml.security.x509
Classes in org.opensaml.security.x509 that implement X500DNHandler Modifier and Type Class Description classInternalX500DNHandlerBasic implementation ofX500DNHandlerwhich uses the internal built-in mechanisms provided byX500Principaldirectly.Methods in org.opensaml.security.x509 that return X500DNHandler Modifier and Type Method Description X500DNHandlerInternalX500DNHandler. clone()Clone the handler.X500DNHandlerX500DNHandler. clone()Clone the handler.Methods in org.opensaml.security.x509 with parameters of type X500DNHandler Modifier and Type Method Description static 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 X500DNHandler Modifier and Type Field Description private X500DNHandlerCertificateNameOptions. x500DNHandlerResponsible for serializing X.500 names to strings from certificate-derivedX500Principalinstances.Methods in org.opensaml.security.x509.tls that return X500DNHandler Modifier and Type Method Description X500DNHandlerCertificateNameOptions. 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 X500DNHandler Modifier and Type Method Description voidCertificateNameOptions. setX500DNHandler(X500DNHandler handler)Set the handler responsible for serializing X.500 names to strings from certificate-derivedX500Principalinstances.
-