Uses of Class
eu.europa.esig.dss.model.x509.X500PrincipalHelper
| Package | Description |
|---|---|
| eu.europa.esig.dss.model.x509 | |
| eu.europa.esig.dss.spi | |
| eu.europa.esig.dss.spi.x509 |
-
Uses of X500PrincipalHelper in eu.europa.esig.dss.model.x509
Methods in eu.europa.esig.dss.model.x509 that return X500PrincipalHelper Modifier and Type Method Description X500PrincipalHelperCertificateToken. getIssuer()Returns the issuer as wrapped X500Principal with helpful methodsX500PrincipalHelperCertificateToken. 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 X500PrincipalHelper Modifier and Type Method Description static StringDSSASN1Utils. extractAttributeFromX500Principal(org.bouncycastle.asn1.ASN1ObjectIdentifier identifier, X500PrincipalHelper principal) -
Uses of X500PrincipalHelper in eu.europa.esig.dss.spi.x509
Methods in eu.europa.esig.dss.spi.x509 with parameters of type X500PrincipalHelper Modifier and Type Method Description Set<CertificateToken>CertificateSource. getBySubject(X500PrincipalHelper subject)This method returns the Set of certificates with the same subjectDN.Set<CertificateToken>CommonCertificateSource. getBySubject(X500PrincipalHelper subject)This method returns the Set of certificates with the same subjectDN.Set<CertificateToken>ListCertificateSource. getBySubject(X500PrincipalHelper subject)This method returns the foundCertificateTokenfrom allCertificateSourcefor the givenX500PrincipalHelper.