Class PKIFactoryAccess
- java.lang.Object
-
- eu.europa.esig.dss.test.signature.PKIFactoryAccess
-
- Direct Known Subclasses:
AbstractPkiFactoryTestSignature,AbstractTestExtension
public abstract class PKIFactoryAccess extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected static StringDSA_USERprotected static StringECDSA_USERprotected static StringEE_GOOD_USERprotected static StringEXPIRED_USERprotected static StringGOOD_USERprotected static StringGOOD_USER_CROSS_CERTIFprotected static StringGOOD_USER_OCSP_ERROR_500protected static StringGOOD_USER_OCSP_FAILprotected static StringGOOD_USER_WITH_CRL_AND_OCSPprotected static StringGOOD_USER_WITH_PSEUDOprotected static StringGOOD_USER_WRONG_AIAprotected static StringPSS_GOOD_USERprotected static StringREVOKED_USERprotected static StringRSA_SHA3_USERprotected static StringSELF_SIGNED_USERprotected static StringUNTRUSTED_USER
-
Constructor Summary
Constructors Constructor Description PKIFactoryAccess()
-
Method Summary
Modifier and Type Method Description protected TSPSourcegetAlternateGoodTsa()protected CertificateToken[]getCertificateChain()protected CertificateVerifiergetCompleteCertificateVerifier()protected TSPSourcegetCompositeTsa()protected CertificateVerifiergetEmptyCertificateVerifier()protected TSPSourcegetError500GoodTsa()protected TSPSourcegetFailGoodTsa()protected TSPSourcegetGoodTsa()protected TSPSourcegetGoodTsaByTime(Date date)protected TSPSourcegetGoodTsaCrossCertification()protected CertificateVerifiergetOfflineCertificateVerifier()protected KSPrivateKeyEntrygetPrivateKeyEntry()protected ProxyConfiggetProxyConfig()protected TSPSourcegetPSSGoodTsa()protected TSPSourcegetRevokedTsa()protected abstract StringgetSigningAlias()protected CertificateTokengetSigningCert()protected AbstractKeyStoreTokenConnectiongetToken()protected CertificateSourcegetTrustedCertificateSource()
-
-
-
Field Detail
-
GOOD_USER
protected static final String GOOD_USER
- See Also:
- Constant Field Values
-
PSS_GOOD_USER
protected static final String PSS_GOOD_USER
- See Also:
- Constant Field Values
-
UNTRUSTED_USER
protected static final String UNTRUSTED_USER
- See Also:
- Constant Field Values
-
GOOD_USER_WRONG_AIA
protected static final String GOOD_USER_WRONG_AIA
- See Also:
- Constant Field Values
-
GOOD_USER_OCSP_ERROR_500
protected static final String GOOD_USER_OCSP_ERROR_500
- See Also:
- Constant Field Values
-
GOOD_USER_OCSP_FAIL
protected static final String GOOD_USER_OCSP_FAIL
- See Also:
- Constant Field Values
-
GOOD_USER_CROSS_CERTIF
protected static final String GOOD_USER_CROSS_CERTIF
- See Also:
- Constant Field Values
-
GOOD_USER_WITH_PSEUDO
protected static final String GOOD_USER_WITH_PSEUDO
- See Also:
- Constant Field Values
-
GOOD_USER_WITH_CRL_AND_OCSP
protected static final String GOOD_USER_WITH_CRL_AND_OCSP
- See Also:
- Constant Field Values
-
REVOKED_USER
protected static final String REVOKED_USER
- See Also:
- Constant Field Values
-
EXPIRED_USER
protected static final String EXPIRED_USER
- See Also:
- Constant Field Values
-
DSA_USER
protected static final String DSA_USER
- See Also:
- Constant Field Values
-
ECDSA_USER
protected static final String ECDSA_USER
- See Also:
- Constant Field Values
-
RSA_SHA3_USER
protected static final String RSA_SHA3_USER
- See Also:
- Constant Field Values
-
SELF_SIGNED_USER
protected static final String SELF_SIGNED_USER
- See Also:
- Constant Field Values
-
EE_GOOD_USER
protected static final String EE_GOOD_USER
- See Also:
- Constant Field Values
-
-
Method Detail
-
getSigningAlias
protected abstract String getSigningAlias()
-
getEmptyCertificateVerifier
protected CertificateVerifier getEmptyCertificateVerifier()
-
getCompleteCertificateVerifier
protected CertificateVerifier getCompleteCertificateVerifier()
-
getOfflineCertificateVerifier
protected CertificateVerifier getOfflineCertificateVerifier()
-
getSigningCert
protected CertificateToken getSigningCert()
-
getCertificateChain
protected CertificateToken[] getCertificateChain()
-
getPrivateKeyEntry
protected KSPrivateKeyEntry getPrivateKeyEntry()
-
getToken
protected AbstractKeyStoreTokenConnection getToken()
-
getTrustedCertificateSource
protected CertificateSource getTrustedCertificateSource()
-
getCompositeTsa
protected TSPSource getCompositeTsa()
-
getGoodTsa
protected TSPSource getGoodTsa()
-
getPSSGoodTsa
protected TSPSource getPSSGoodTsa()
-
getRevokedTsa
protected TSPSource getRevokedTsa()
-
getFailGoodTsa
protected TSPSource getFailGoodTsa()
-
getError500GoodTsa
protected TSPSource getError500GoodTsa()
-
getAlternateGoodTsa
protected TSPSource getAlternateGoodTsa()
-
getGoodTsaCrossCertification
protected TSPSource getGoodTsaCrossCertification()
-
getProxyConfig
protected ProxyConfig getProxyConfig()
-
-