Uses of Class
eu.europa.esig.dss.enumerations.SignatureAlgorithm
-
Uses of SignatureAlgorithm in eu.europa.esig.dss.cades.validation
Methods in eu.europa.esig.dss.cades.validation that return SignatureAlgorithm Modifier and Type Method Description SignatureAlgorithm
CAdESSignature. getSignatureAlgorithm()
-
Uses of SignatureAlgorithm in eu.europa.esig.dss.crl
Methods in eu.europa.esig.dss.crl that return SignatureAlgorithm Modifier and Type Method Description SignatureAlgorithm
CRLValidity. getSignatureAlgorithm()
Methods in eu.europa.esig.dss.crl with parameters of type SignatureAlgorithm Modifier and Type Method Description void
CRLValidity. setSignatureAlgorithm(SignatureAlgorithm signatureAlgorithm)
-
Uses of SignatureAlgorithm in eu.europa.esig.dss.enumerations
Methods in eu.europa.esig.dss.enumerations that return SignatureAlgorithm Modifier and Type Method Description static SignatureAlgorithm
SignatureAlgorithm. forJAVA(String javaName)
For given signature algorithm and digest algorithm this function returns the Java form of the signature algorithm Signature Algorithms The algorithm names in this section can be specified when generating an instance of Signature.static SignatureAlgorithm
SignatureAlgorithm. forOID(String oid)
static SignatureAlgorithm
SignatureAlgorithm. forOidAndParams(String oid, byte[] sigAlgParams)
static SignatureAlgorithm
SignatureAlgorithm. forXML(String xmlName)
static SignatureAlgorithm
SignatureAlgorithm. forXML(String xmlName, SignatureAlgorithm defaultValue)
This method return theSignatureAlgorithm
or the default value if the algorithm is unknown.static SignatureAlgorithm
SignatureAlgorithm. getAlgorithm(EncryptionAlgorithm encryptionAlgorithm, DigestAlgorithm digestAlgorithm)
For given encryption algorithm and digest algorithm this function returns the signature algorithm.static SignatureAlgorithm
SignatureAlgorithm. getAlgorithm(EncryptionAlgorithm encryptionAlgorithm, DigestAlgorithm digestAlgorithm, MaskGenerationFunction mgf)
For given encryption algorithm and digest algorithm this function returns the signature algorithm.static SignatureAlgorithm
SignatureAlgorithm. valueOf(String name)
Returns the enum constant of this type with the specified name.static SignatureAlgorithm[]
SignatureAlgorithm. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in eu.europa.esig.dss.enumerations with parameters of type SignatureAlgorithm Modifier and Type Method Description static SignatureAlgorithm
SignatureAlgorithm. forXML(String xmlName, SignatureAlgorithm defaultValue)
This method return theSignatureAlgorithm
or the default value if the algorithm is unknown. -
Uses of SignatureAlgorithm in eu.europa.esig.dss.model
Methods in eu.europa.esig.dss.model that return SignatureAlgorithm Modifier and Type Method Description SignatureAlgorithm
SignatureValue. getAlgorithm()
SignatureAlgorithm
AbstractSerializableSignatureParameters. getSignatureAlgorithm()
Gets the signature algorithm.Methods in eu.europa.esig.dss.model with parameters of type SignatureAlgorithm Modifier and Type Method Description void
SignatureValue. setAlgorithm(SignatureAlgorithm algorithm)
Constructors in eu.europa.esig.dss.model with parameters of type SignatureAlgorithm Constructor Description SignatureValue(SignatureAlgorithm algorithm, byte[] value)
-
Uses of SignatureAlgorithm in eu.europa.esig.dss.model.x509
Fields in eu.europa.esig.dss.model.x509 declared as SignatureAlgorithm Modifier and Type Field Description protected SignatureAlgorithm
Token. signatureAlgorithm
The algorithm that was used to sign the token.Methods in eu.europa.esig.dss.model.x509 that return SignatureAlgorithm Modifier and Type Method Description SignatureAlgorithm
Token. getSignatureAlgorithm()
Returns the algorithm that was used to sign the token (ex: SHA1WithRSAEncryption, SHA1withRSA...). -
Uses of SignatureAlgorithm in eu.europa.esig.dss.spi.x509.revocation.ocsp
Methods in eu.europa.esig.dss.spi.x509.revocation.ocsp that return SignatureAlgorithm Modifier and Type Method Description SignatureAlgorithm
OCSPToken. getSignatureAlgorithm()
-
Uses of SignatureAlgorithm in eu.europa.esig.dss.validation
Methods in eu.europa.esig.dss.validation that return SignatureAlgorithm Modifier and Type Method Description SignatureAlgorithm
AdvancedSignature. getSignatureAlgorithm()
Retrieves the signature algorithm (or cipher) used for generating the signature. -
Uses of SignatureAlgorithm in eu.europa.esig.dss.ws.dto
Methods in eu.europa.esig.dss.ws.dto that return SignatureAlgorithm Modifier and Type Method Description SignatureAlgorithm
SignatureValueDTO. getAlgorithm()
Methods in eu.europa.esig.dss.ws.dto with parameters of type SignatureAlgorithm Modifier and Type Method Description void
SignatureValueDTO. setAlgorithm(SignatureAlgorithm algorithm)
Constructors in eu.europa.esig.dss.ws.dto with parameters of type SignatureAlgorithm Constructor Description SignatureValueDTO(SignatureAlgorithm algorithm, byte[] value)
-
Uses of SignatureAlgorithm in eu.europa.esig.dss.ws.signature.dto.parameters
Methods in eu.europa.esig.dss.ws.signature.dto.parameters that return SignatureAlgorithm Modifier and Type Method Description SignatureAlgorithm
RemoteSignatureParameters. getSignatureAlgorithm()
Gets the signature algorithm. -
Uses of SignatureAlgorithm in eu.europa.esig.dss.xades.validation
Methods in eu.europa.esig.dss.xades.validation that return SignatureAlgorithm Modifier and Type Method Description SignatureAlgorithm
XAdESSignature. getSignatureAlgorithm()