Uses of Class
eu.europa.esig.dss.model.x509.X500PrincipalHelper
Package
Description
-
Uses of X500PrincipalHelper in eu.europa.esig.dss.model.x509
Modifier 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
Modifier and TypeMethodDescriptionstatic String
DSSASN1Utils.extractAttributeFromX500Principal
(org.bouncycastle.asn1.ASN1ObjectIdentifier identifier, X500PrincipalHelper principal) Extract attribute with theidentifier
fromX500PrincipalHelper
static String
DSSASN1Utils.getHumanReadableName
(X500PrincipalHelper x500PrincipalHelper) Extracts the pretty printed name from theX500PrincipalHelper
-
Uses of X500PrincipalHelper in eu.europa.esig.dss.spi.x509
Modifier 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 foundCertificateToken
from allCertificateSource
for the givenX500PrincipalHelper
.