Uses of Class
eu.europa.esig.dss.model.x509.X500PrincipalHelper
Packages that use X500PrincipalHelper
Package
Description
-
Uses of X500PrincipalHelper in eu.europa.esig.dss.model.x509
Methods in eu.europa.esig.dss.model.x509 that return X500PrincipalHelperModifier and TypeMethodDescriptionCertificateToken.getIssuer()Returns the issuer as wrapped X500Principal with helpful methodsCertificateToken.getSubject()Returns the subject as wrapped X500Principal with helpful methods -
Uses of X500PrincipalHelper in eu.europa.esig.dss.spi
Methods in eu.europa.esig.dss.spi with parameters of type X500PrincipalHelperModifier and TypeMethodDescriptionstatic StringDSSASN1Utils.extractAttributeFromX500Principal(org.bouncycastle.asn1.ASN1ObjectIdentifier identifier, X500PrincipalHelper principal) Extract attribute with theidentifierfromX500PrincipalHelperstatic StringDSSASN1Utils.getHumanReadableName(X500PrincipalHelper x500PrincipalHelper) Extracts the pretty printed name from theX500PrincipalHelper -
Uses of X500PrincipalHelper in eu.europa.esig.dss.spi.x509
Methods in eu.europa.esig.dss.spi.x509 with parameters of type X500PrincipalHelperModifier and TypeMethodDescriptionCertificateSource.getBySubject(X500PrincipalHelper subject) This method returns the Set of certificates with the same subjectDN.CommonCertificateSource.getBySubject(X500PrincipalHelper subject) This method returns the Set of certificates with the same subjectDN.ListCertificateSource.getBySubject(X500PrincipalHelper subject) This method returns the foundCertificateTokenfrom allCertificateSourcefor the givenX500PrincipalHelper.