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.impl TrustEngineimplementation classes related to PKIX.org.opensaml.security.x509.tls TLS security functionality.org.opensaml.xmlsec.keyinfo.impl Interfaces and classes for working with XML KeyInfo elements.org.opensaml.xmlsec.keyinfo.impl.provider Specific implementations ofKeyInfoProvider. -
-
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.impl
Fields in org.opensaml.security.x509.impl declared as X500DNHandler Modifier and Type Field Description private X500DNHandlerBasicX509CredentialNameEvaluator. x500DNHandlerResponsible for parsing and serializing X.500 names to/fromX500Principalinstances.private X500DNHandlerCertPathPKIXTrustEvaluator. x500DNHandlerResponsible for parsing and serializing X.500 names to/fromX500Principalinstances.Methods in org.opensaml.security.x509.impl that return X500DNHandler Modifier and Type Method Description X500DNHandlerBasicX509CredentialNameEvaluator. getX500DNHandler()Get the handler which process X.500 distinguished names.X500DNHandlerCertPathPKIXTrustEvaluator. getX500DNHandler()Get the handler which process X.500 distinguished names.Methods in org.opensaml.security.x509.impl with parameters of type X500DNHandler Modifier and Type Method Description voidBasicX509CredentialNameEvaluator. setX500DNHandler(X500DNHandler handler)Set the handler which process X.500 distinguished names.voidCertPathPKIXTrustEvaluator. 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 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. -
Uses of X500DNHandler in org.opensaml.xmlsec.keyinfo.impl
Fields in org.opensaml.xmlsec.keyinfo.impl declared as X500DNHandler Modifier and Type Field Description private X500DNHandlerX509KeyInfoGeneratorFactory.X509Options. x500DNHandlerResponsible for parsing and serializing X.500 names to/fromX500Principalinstances.Methods in org.opensaml.xmlsec.keyinfo.impl that return X500DNHandler Modifier and Type Method Description X500DNHandlerX509KeyInfoGeneratorFactory. getX500DNHandler()Get the handler which process X.500 distinguished names.Methods in org.opensaml.xmlsec.keyinfo.impl with parameters of type X500DNHandler Modifier and Type Method Description voidX509KeyInfoGeneratorFactory. 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 X500DNHandler Modifier and Type Field Description private X500DNHandlerInlineX509DataProvider. x500DNHandlerResponsible for parsing and serializing X.500 names to/fromX500Principalinstances.Methods in org.opensaml.xmlsec.keyinfo.impl.provider that return X500DNHandler Modifier and Type Method Description X500DNHandlerInlineX509DataProvider. getX500DNHandler()Get the handler which process X.500 distinguished names.Methods in org.opensaml.xmlsec.keyinfo.impl.provider with parameters of type X500DNHandler Modifier and Type Method Description voidInlineX509DataProvider. setX500DNHandler(X500DNHandler handler)Set the handler which process X.500 distinguished names.
-