Package eu.europa.esig.dss.signature
Class BaselineBCertificateSelector
- java.lang.Object
-
- eu.europa.esig.dss.CertificateReorderer
-
- eu.europa.esig.dss.signature.BaselineBCertificateSelector
-
public class BaselineBCertificateSelector extends CertificateReorderer
This class is used to retrieve the used certificates for a signature from the user parameters. It avoids duplicate entries, orders certificates from the signing certificate to the Root CA and filters trust anchors depending of the policy
-
-
Constructor Summary
Constructors Constructor Description BaselineBCertificateSelector(CertificateVerifier certificateVerifier, AbstractSignatureParameters parameters)
-
Method Summary
Modifier and Type Method Description List<CertificateToken>getCertificates()-
Methods inherited from class eu.europa.esig.dss.CertificateReorderer
getOrderedCertificateChains, getOrderedCertificates
-
-
-
-
Constructor Detail
-
BaselineBCertificateSelector
public BaselineBCertificateSelector(CertificateVerifier certificateVerifier, AbstractSignatureParameters parameters)
-
-
Method Detail
-
getCertificates
public List<CertificateToken> getCertificates()
-
-