Package eu.europa.esig.dss.diagnostic
Interface TokenProxy
- All Known Implementing Classes:
AbstractTokenProxy
,CertificateRevocationWrapper
,CertificateWrapper
,RelatedCertificateWrapper
,RelatedRevocationWrapper
,RevocationWrapper
,SignatureWrapper
,TimestampWrapper
public interface TokenProxy
-
Method Summary
Modifier and Type Method Description FoundCertificatesProxy
foundCertificates()
Returns FoundCertificatesProxy to access embedded certificatesFoundRevocationsProxy
foundRevocations()
Returns FoundRevocationsProxy to access embedded revocation dataList<CertificateWrapper>
getCertificateChain()
DigestAlgorithm
getDigestAlgorithm()
List<XmlDigestMatcher>
getDigestMatchers()
EncryptionAlgorithm
getEncryptionAlgorithm()
String
getId()
String
getKeyLengthUsedToSignThisToken()
MaskGenerationFunction
getMaskGenerationFunction()
CertificateWrapper
getSigningCertificate()
byte[]
getSigningCertificatePublicKey()
CertificateRefWrapper
getSigningCertificateReference()
List<CertificateRefWrapper>
getSigningCertificateReferences()
boolean
isSignatureIntact()
boolean
isSignatureValid()
boolean
isSigningCertificateReferencePresent()
boolean
isSigningCertificateReferenceUnique()
boolean
isTrustedChain()
-
Method Details
-
getId
String getId() -
isSignatureIntact
boolean isSignatureIntact() -
isSignatureValid
boolean isSignatureValid() -
getDigestAlgorithm
DigestAlgorithm getDigestAlgorithm() -
getEncryptionAlgorithm
EncryptionAlgorithm getEncryptionAlgorithm() -
getMaskGenerationFunction
MaskGenerationFunction getMaskGenerationFunction() -
getKeyLengthUsedToSignThisToken
String getKeyLengthUsedToSignThisToken() -
getSigningCertificate
CertificateWrapper getSigningCertificate() -
isSigningCertificateReferencePresent
boolean isSigningCertificateReferencePresent() -
isSigningCertificateReferenceUnique
boolean isSigningCertificateReferenceUnique() -
getSigningCertificateReference
CertificateRefWrapper getSigningCertificateReference() -
getSigningCertificateReferences
List<CertificateRefWrapper> getSigningCertificateReferences() -
getSigningCertificatePublicKey
byte[] getSigningCertificatePublicKey() -
getCertificateChain
List<CertificateWrapper> getCertificateChain() -
isTrustedChain
boolean isTrustedChain() -
getDigestMatchers
List<XmlDigestMatcher> getDigestMatchers() -
foundCertificates
FoundCertificatesProxy foundCertificates()Returns FoundCertificatesProxy to access embedded certificates- Returns:
FoundCertificatesProxy
-
foundRevocations
FoundRevocationsProxy foundRevocations()Returns FoundRevocationsProxy to access embedded revocation data- Returns:
FoundRevocationsProxy
-