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 SignatureAlgorithmCAdESSignature. 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 SignatureAlgorithmCRLValidity. getSignatureAlgorithm()Methods in eu.europa.esig.dss.crl with parameters of type SignatureAlgorithm Modifier and Type Method Description voidCRLValidity. 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 SignatureAlgorithmSignatureAlgorithm. 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 SignatureAlgorithmSignatureAlgorithm. forOID(String oid)static SignatureAlgorithmSignatureAlgorithm. forOidAndParams(String oid, byte[] sigAlgParams)static SignatureAlgorithmSignatureAlgorithm. forXML(String xmlName)static SignatureAlgorithmSignatureAlgorithm. forXML(String xmlName, SignatureAlgorithm defaultValue)This method return theSignatureAlgorithmor the default value if the algorithm is unknown.static SignatureAlgorithmSignatureAlgorithm. getAlgorithm(EncryptionAlgorithm encryptionAlgorithm, DigestAlgorithm digestAlgorithm)For given encryption algorithm and digest algorithm this function returns the signature algorithm.static SignatureAlgorithmSignatureAlgorithm. getAlgorithm(EncryptionAlgorithm encryptionAlgorithm, DigestAlgorithm digestAlgorithm, MaskGenerationFunction mgf)For given encryption algorithm and digest algorithm this function returns the signature algorithm.static SignatureAlgorithmSignatureAlgorithm. 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 SignatureAlgorithmSignatureAlgorithm. forXML(String xmlName, SignatureAlgorithm defaultValue)This method return theSignatureAlgorithmor 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 SignatureAlgorithmSignatureValue. getAlgorithm()SignatureAlgorithmAbstractSerializableSignatureParameters. getSignatureAlgorithm()Gets the signature algorithm.Methods in eu.europa.esig.dss.model with parameters of type SignatureAlgorithm Modifier and Type Method Description voidSignatureValue. 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 SignatureAlgorithmToken. signatureAlgorithmThe algorithm that was used to sign the token.Methods in eu.europa.esig.dss.model.x509 that return SignatureAlgorithm Modifier and Type Method Description SignatureAlgorithmToken. getSignatureAlgorithm()Returns the algorithm that was used to sign the token (ex: SHA1WithRSAEncryption, SHA1withRSA...). -
Uses of SignatureAlgorithm in eu.europa.esig.dss.validation
Methods in eu.europa.esig.dss.validation that return SignatureAlgorithm Modifier and Type Method Description SignatureAlgorithmAdvancedSignature. 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 SignatureAlgorithmSignatureValueDTO. getAlgorithm()Methods in eu.europa.esig.dss.ws.dto with parameters of type SignatureAlgorithm Modifier and Type Method Description voidSignatureValueDTO. 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 SignatureAlgorithmRemoteSignatureParameters. 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 SignatureAlgorithmXAdESSignature. getSignatureAlgorithm()
-