Uses of Interface
org.opensaml.security.x509.X500DNHandler
Packages that use X500DNHandler
Package
Description
X.509-based credential and trust classes.
TrustEngine
implementation classes related to PKIX.TLS security functionality.
Interfaces and classes for working with XML KeyInfo elements.
Specific implementations of
KeyInfoProvider
.-
Uses of X500DNHandler in org.opensaml.security.x509
Classes in org.opensaml.security.x509 that implement X500DNHandlerModifier and TypeClassDescriptionclass
Basic implementation ofX500DNHandler
which uses the internal built-in mechanisms provided byX500Principal
directly.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 String
X509Support.getIdentifiersToken
(X509Credential credential, X500DNHandler handler) Gets a formatted string representing identifier information from the supplied credential. -
Uses of X500DNHandler in org.opensaml.security.x509.impl
Fields in org.opensaml.security.x509.impl declared as X500DNHandlerModifier and TypeFieldDescriptionprivate X500DNHandler
BasicX509CredentialNameEvaluator.x500DNHandler
Responsible for parsing and serializing X.500 names to/fromX500Principal
instances.private X500DNHandler
CertPathPKIXTrustEvaluator.x500DNHandler
Responsible for parsing and serializing X.500 names to/fromX500Principal
instances.Methods in org.opensaml.security.x509.impl that return X500DNHandlerModifier and TypeMethodDescriptionBasicX509CredentialNameEvaluator.getX500DNHandler()
Get the handler which process X.500 distinguished names.CertPathPKIXTrustEvaluator.getX500DNHandler()
Get the handler which process X.500 distinguished names.Methods in org.opensaml.security.x509.impl with parameters of type X500DNHandlerModifier and TypeMethodDescriptionvoid
BasicX509CredentialNameEvaluator.setX500DNHandler
(X500DNHandler handler) Set the handler which process X.500 distinguished names.void
CertPathPKIXTrustEvaluator.setX500DNHandler
(X500DNHandler handler) Set the handler which process X.500 distinguished names. -
Uses of X500DNHandler in org.opensaml.security.x509.tls
Fields in org.opensaml.security.x509.tls declared as X500DNHandlerModifier and TypeFieldDescriptionprivate X500DNHandler
CertificateNameOptions.x500DNHandler
Responsible for serializing X.500 names to strings from certificate-derivedX500Principal
instances.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-derivedX500Principal
instances.Methods in org.opensaml.security.x509.tls with parameters of type X500DNHandlerModifier and TypeMethodDescriptionvoid
CertificateNameOptions.setX500DNHandler
(X500DNHandler handler) Set the handler responsible for serializing X.500 names to strings from certificate-derivedX500Principal
instances. -
Uses of X500DNHandler in org.opensaml.xmlsec.keyinfo.impl
Fields in org.opensaml.xmlsec.keyinfo.impl declared as X500DNHandlerModifier and TypeFieldDescriptionprivate X500DNHandler
X509KeyInfoGeneratorFactory.X509Options.x500DNHandler
Responsible for parsing and serializing X.500 names to/fromX500Principal
instances.Methods in org.opensaml.xmlsec.keyinfo.impl that return X500DNHandlerModifier and TypeMethodDescriptionX509KeyInfoGeneratorFactory.getX500DNHandler()
Get the handler which process X.500 distinguished names.Methods in org.opensaml.xmlsec.keyinfo.impl with parameters of type X500DNHandlerModifier and TypeMethodDescriptionvoid
X509KeyInfoGeneratorFactory.setX500DNHandler
(X500DNHandler handler) Set the handler which process X.500 distinguished names. -
Uses of X500DNHandler in org.opensaml.xmlsec.keyinfo.impl.provider
Fields in org.opensaml.xmlsec.keyinfo.impl.provider declared as X500DNHandlerModifier and TypeFieldDescriptionprivate X500DNHandler
InlineX509DataProvider.x500DNHandler
Responsible for parsing and serializing X.500 names to/fromX500Principal
instances.Methods in org.opensaml.xmlsec.keyinfo.impl.provider that return X500DNHandlerModifier and TypeMethodDescriptionInlineX509DataProvider.getX500DNHandler()
Get the handler which process X.500 distinguished names.Methods in org.opensaml.xmlsec.keyinfo.impl.provider with parameters of type X500DNHandlerModifier and TypeMethodDescriptionvoid
InlineX509DataProvider.setX500DNHandler
(X500DNHandler handler) Set the handler which process X.500 distinguished names.