Uses of Enum
eu.europa.esig.dss.enumerations.SignatureValidity
Package
Description
-
Uses of SignatureValidity in eu.europa.esig.dss.enumerations
Modifier and TypeMethodDescriptionstatic SignatureValidity
Returns the SignatureValidity type matching the given valuestatic SignatureValidity
Returns the enum constant of this type with the specified name.static SignatureValidity[]
SignatureValidity.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SignatureValidity in eu.europa.esig.dss.model.x509
Modifier and TypeFieldDescriptionprotected SignatureValidity
Token.signatureValidity
Indicates a status of token's signature Method isSignedBy(CertificateToken) must be called in order to obtain a signature validity Default: NOT_EVALUATEDModifier and TypeMethodDescriptionprotected SignatureValidity
CertificateToken.checkIsSignedBy
(PublicKey publicKey) protected abstract SignatureValidity
Token.checkIsSignedBy
(PublicKey publicKey) Verifies if the current token has been signed by the specified publicKeyToken.getSignatureValidity()
Indicates a status of the token's signature validity. -
Uses of SignatureValidity in eu.europa.esig.dss.spi.x509.revocation.crl
Modifier and TypeMethodDescriptionprotected SignatureValidity
CRLToken.checkIsSignedBy
(PublicKey publicKey) -
Uses of SignatureValidity in eu.europa.esig.dss.spi.x509.revocation.ocsp
Modifier and TypeMethodDescriptionprotected SignatureValidity
OCSPToken.checkIsSignedBy
(PublicKey publicKey) Verifies if the current OCSP token has been signed by the specified publicKey -
Uses of SignatureValidity in eu.europa.esig.dss.validation.timestamp
Modifier and TypeMethodDescriptionprotected SignatureValidity
TimestampToken.checkIsSignedBy
(CertificateToken candidate) Checks if timestamp is signed by teh given certificateprotected SignatureValidity
TimestampToken.checkIsSignedBy
(PublicKey publicKey)