Uses of Class
eu.europa.esig.dss.enumerations.MaskGenerationFunction
-
Uses of MaskGenerationFunction in eu.europa.esig.dss.cades.validation
Methods in eu.europa.esig.dss.cades.validation that return MaskGenerationFunction Modifier and Type Method Description MaskGenerationFunction
CAdESSignature. getMaskGenerationFunction()
-
Uses of MaskGenerationFunction in eu.europa.esig.dss.diagnostic
Methods in eu.europa.esig.dss.diagnostic that return MaskGenerationFunction Modifier and Type Method Description MaskGenerationFunction
AbstractTokenProxy. getMaskGenerationFunction()
MaskGenerationFunction
TokenProxy. getMaskGenerationFunction()
MaskGenerationFunction
DiagnosticData. getSignatureMaskGenerationFunction(String signatureId)
This method returns theMaskGenerationFunction
for the given signature. -
Uses of MaskGenerationFunction in eu.europa.esig.dss.diagnostic.jaxb
Fields in eu.europa.esig.dss.diagnostic.jaxb declared as MaskGenerationFunction Modifier and Type Field Description protected MaskGenerationFunction
XmlBasicSignature. maskGenerationFunctionUsedToSignThisToken
Methods in eu.europa.esig.dss.diagnostic.jaxb that return MaskGenerationFunction Modifier and Type Method Description MaskGenerationFunction
XmlBasicSignature. getMaskGenerationFunctionUsedToSignThisToken()
Gets the value of the maskGenerationFunctionUsedToSignThisToken property.MaskGenerationFunction
Adapter24. unmarshal(String value)
Methods in eu.europa.esig.dss.diagnostic.jaxb with parameters of type MaskGenerationFunction Modifier and Type Method Description String
Adapter24. marshal(MaskGenerationFunction value)
void
XmlBasicSignature. setMaskGenerationFunctionUsedToSignThisToken(MaskGenerationFunction value)
Sets the value of the maskGenerationFunctionUsedToSignThisToken property. -
Uses of MaskGenerationFunction in eu.europa.esig.dss.enumerations
Methods in eu.europa.esig.dss.enumerations that return MaskGenerationFunction Modifier and Type Method Description MaskGenerationFunction
SignatureAlgorithm. getMaskGenerationFunction()
This method returns the mask generation function.static MaskGenerationFunction
MaskGenerationFunction. valueOf(String name)
Returns the enum constant of this type with the specified name.static MaskGenerationFunction[]
MaskGenerationFunction. 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 MaskGenerationFunction Modifier and Type Method Description static SignatureAlgorithm
SignatureAlgorithm. getAlgorithm(EncryptionAlgorithm encryptionAlgorithm, DigestAlgorithm digestAlgorithm, MaskGenerationFunction mgf)
For given encryption algorithm and digest algorithm this function returns the signature algorithm. -
Uses of MaskGenerationFunction in eu.europa.esig.dss.jaxb.parsers
Methods in eu.europa.esig.dss.jaxb.parsers that return MaskGenerationFunction Modifier and Type Method Description static MaskGenerationFunction
MaskGenerationFunctionParser. parse(String v)
Methods in eu.europa.esig.dss.jaxb.parsers with parameters of type MaskGenerationFunction Modifier and Type Method Description static String
MaskGenerationFunctionParser. print(MaskGenerationFunction v)
-
Uses of MaskGenerationFunction in eu.europa.esig.dss.model
Methods in eu.europa.esig.dss.model that return MaskGenerationFunction Modifier and Type Method Description MaskGenerationFunction
AbstractSerializableSignatureParameters. getMaskGenerationFunction()
MaskGenerationFunction
SerializableSignatureParameters. getMaskGenerationFunction()
Returns the mask generation functionMethods in eu.europa.esig.dss.model with parameters of type MaskGenerationFunction Modifier and Type Method Description void
AbstractSerializableSignatureParameters. setMaskGenerationFunction(MaskGenerationFunction maskGenerationFunction)
-
Uses of MaskGenerationFunction in eu.europa.esig.dss.token
Methods in eu.europa.esig.dss.token with parameters of type MaskGenerationFunction Modifier and Type Method Description SignatureValue
AbstractSignatureTokenConnection. sign(ToBeSigned toBeSigned, DigestAlgorithm digestAlgorithm, MaskGenerationFunction mgf, DSSPrivateKeyEntry keyEntry)
SignatureValue
SignatureTokenConnection. sign(ToBeSigned toBeSigned, DigestAlgorithm digestAlgorithm, MaskGenerationFunction mgf, DSSPrivateKeyEntry keyEntry)
This method signs thetoBeSigned
data with the digestdigestAlgorithm
, the maskmgf
and the givenkeyEntry
.SignatureValue
AbstractSignatureTokenConnection. signDigest(Digest digest, MaskGenerationFunction mgf, DSSPrivateKeyEntry keyEntry)
SignatureValue
SignatureTokenConnection. signDigest(Digest digest, MaskGenerationFunction mgf, DSSPrivateKeyEntry keyEntry)
This method signs thedigest
data with the givenkeyEntry
. -
Uses of MaskGenerationFunction in eu.europa.esig.dss.validation
Methods in eu.europa.esig.dss.validation that return MaskGenerationFunction Modifier and Type Method Description MaskGenerationFunction
AdvancedSignature. getMaskGenerationFunction()
Retrieves the mask generation function used for generating the signature. -
Uses of MaskGenerationFunction in eu.europa.esig.dss.ws.server.signing.common
Methods in eu.europa.esig.dss.ws.server.signing.common with parameters of type MaskGenerationFunction Modifier and Type Method Description SignatureValueDTO
RemoteSignatureTokenConnection. sign(ToBeSignedDTO toBeSigned, DigestAlgorithm digestAlgorithm, MaskGenerationFunction mgf, String alias)
This method signs thetoBeSigned
data with the digestdigestAlgorithm
, the maskmgf
and the givenalias
.SignatureValueDTO
RemoteSignatureTokenConnectionImpl. sign(ToBeSignedDTO toBeSigned, DigestAlgorithm digestAlgorithm, MaskGenerationFunction mgf, String alias)
SignatureValueDTO
RemoteSignatureTokenConnection. signDigest(DigestDTO digest, MaskGenerationFunction mgf, String alias)
This method signs thedigest
data with a maskmgf
and the givenalias
.SignatureValueDTO
RemoteSignatureTokenConnectionImpl. signDigest(DigestDTO digest, MaskGenerationFunction mgf, String alias)
-
Uses of MaskGenerationFunction in eu.europa.esig.dss.ws.server.signing.rest
Methods in eu.europa.esig.dss.ws.server.signing.rest with parameters of type MaskGenerationFunction Modifier and Type Method Description SignatureValueDTO
RestSignatureTokenConnectionImpl. sign(ToBeSignedDTO toBeSigned, DigestAlgorithm digestAlgorithm, MaskGenerationFunction mgf, String alias)
SignatureValueDTO
RestSignatureTokenConnectionImpl. signDigest(DigestDTO digest, MaskGenerationFunction mgf, String alias)
-
Uses of MaskGenerationFunction in eu.europa.esig.dss.ws.server.signing.rest.client
Methods in eu.europa.esig.dss.ws.server.signing.rest.client with parameters of type MaskGenerationFunction Modifier and Type Method Description SignatureValueDTO
RestSignatureTokenConnection. sign(ToBeSignedDTO toBeSigned, DigestAlgorithm digestAlgorithm, MaskGenerationFunction mgf, String alias)
This method signs thetoBeSigned
data with the digestdigestAlgorithm
, the maskmgf
and the givenalias
.SignatureValueDTO
RestSignatureTokenConnection. signDigest(DigestDTO digest, MaskGenerationFunction mgf, String alias)
This method signs thedigest
data with a maskmgf
and the givenalias
. -
Uses of MaskGenerationFunction in eu.europa.esig.dss.ws.server.signing.soap
Methods in eu.europa.esig.dss.ws.server.signing.soap with parameters of type MaskGenerationFunction Modifier and Type Method Description SignatureValueDTO
SoapSignatureTokenConnectionImpl. sign(ToBeSignedDTO toBeSigned, DigestAlgorithm digestAlgorithm, MaskGenerationFunction mgf, String alias)
SignatureValueDTO
SoapSignatureTokenConnectionImpl. signDigest(DigestDTO digest, MaskGenerationFunction mgf, String alias)
-
Uses of MaskGenerationFunction in eu.europa.esig.dss.ws.server.signing.soap.client
Methods in eu.europa.esig.dss.ws.server.signing.soap.client with parameters of type MaskGenerationFunction Modifier and Type Method Description SignatureValueDTO
SoapSignatureTokenConnection. sign(ToBeSignedDTO toBeSigned, DigestAlgorithm digestAlgorithm, MaskGenerationFunction mgf, String alias)
This method signs thetoBeSigned
data with the digestdigestAlgorithm
, the maskmgf
and the givenalias
.SignatureValueDTO
SoapSignatureTokenConnection. signDigest(DigestDTO digest, MaskGenerationFunction mgf, String alias)
This method signs thedigest
data with a maskmgf
and the givenalias
. -
Uses of MaskGenerationFunction in eu.europa.esig.dss.ws.signature.dto.parameters
Methods in eu.europa.esig.dss.ws.signature.dto.parameters that return MaskGenerationFunction Modifier and Type Method Description MaskGenerationFunction
RemoteSignatureParameters. getMaskGenerationFunction()
Get the mask generation functionMethods in eu.europa.esig.dss.ws.signature.dto.parameters with parameters of type MaskGenerationFunction Modifier and Type Method Description void
RemoteSignatureParameters. setMaskGenerationFunction(MaskGenerationFunction maskGenerationFunction)
-
Uses of MaskGenerationFunction in eu.europa.esig.dss.xades.validation
Methods in eu.europa.esig.dss.xades.validation that return MaskGenerationFunction Modifier and Type Method Description MaskGenerationFunction
XAdESSignature. getMaskGenerationFunction()