Uses of Class
eu.europa.esig.dss.enumerations.EncryptionAlgorithm
-
Uses of EncryptionAlgorithm in eu.europa.esig.dss.cades.validation
Methods in eu.europa.esig.dss.cades.validation that return EncryptionAlgorithm Modifier and Type Method Description EncryptionAlgorithm
CAdESSignature. getEncryptionAlgorithm()
-
Uses of EncryptionAlgorithm in eu.europa.esig.dss.diagnostic
Methods in eu.europa.esig.dss.diagnostic that return EncryptionAlgorithm Modifier and Type Method Description EncryptionAlgorithm
AbstractTokenProxy. getEncryptionAlgorithm()
EncryptionAlgorithm
TokenProxy. getEncryptionAlgorithm()
EncryptionAlgorithm
DiagnosticData. getFirstSignatureEncryptionAlgorithm()
This method returns theEncryptionAlgorithm
of the first signature.EncryptionAlgorithm
DiagnosticData. getSignatureEncryptionAlgorithm(String signatureId)
This method returns theDigestAlgorithm
for the given signature. -
Uses of EncryptionAlgorithm in eu.europa.esig.dss.diagnostic.jaxb
Fields in eu.europa.esig.dss.diagnostic.jaxb declared as EncryptionAlgorithm Modifier and Type Field Description protected EncryptionAlgorithm
XmlBasicSignature. encryptionAlgoUsedToSignThisToken
protected EncryptionAlgorithm
XmlCertificate. publicKeyEncryptionAlgo
Methods in eu.europa.esig.dss.diagnostic.jaxb that return EncryptionAlgorithm Modifier and Type Method Description EncryptionAlgorithm
XmlBasicSignature. getEncryptionAlgoUsedToSignThisToken()
Gets the value of the encryptionAlgoUsedToSignThisToken property.EncryptionAlgorithm
XmlCertificate. getPublicKeyEncryptionAlgo()
Gets the value of the publicKeyEncryptionAlgo property.EncryptionAlgorithm
Adapter22. unmarshal(String value)
EncryptionAlgorithm
Adapter25. unmarshal(String value)
Methods in eu.europa.esig.dss.diagnostic.jaxb with parameters of type EncryptionAlgorithm Modifier and Type Method Description String
Adapter22. marshal(EncryptionAlgorithm value)
String
Adapter25. marshal(EncryptionAlgorithm value)
void
XmlBasicSignature. setEncryptionAlgoUsedToSignThisToken(EncryptionAlgorithm value)
Sets the value of the encryptionAlgoUsedToSignThisToken property.void
XmlCertificate. setPublicKeyEncryptionAlgo(EncryptionAlgorithm value)
Sets the value of the publicKeyEncryptionAlgo property. -
Uses of EncryptionAlgorithm in eu.europa.esig.dss.enumerations
Methods in eu.europa.esig.dss.enumerations that return EncryptionAlgorithm Modifier and Type Method Description static EncryptionAlgorithm
EncryptionAlgorithm. forKey(Key key)
Returns the encryption algorithm associated to the given key.static EncryptionAlgorithm
EncryptionAlgorithm. forName(String name)
Returns the encryption algorithm associated to the given JCE name.static EncryptionAlgorithm
EncryptionAlgorithm. forName(String name, EncryptionAlgorithm defaultValue)
Returns the encryption algorithm associated to the given JCE name.static EncryptionAlgorithm
EncryptionAlgorithm. forOID(String oid)
Returns the encryption algorithm associated to the given OID.EncryptionAlgorithm
SignatureAlgorithm. getEncryptionAlgorithm()
This method returns the encryption algorithm.static EncryptionAlgorithm
EncryptionAlgorithm. valueOf(String name)
Returns the enum constant of this type with the specified name.static EncryptionAlgorithm[]
EncryptionAlgorithm. 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 EncryptionAlgorithm Modifier and Type Method Description static EncryptionAlgorithm
EncryptionAlgorithm. forName(String name, EncryptionAlgorithm defaultValue)
Returns the encryption algorithm associated to the given JCE name.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. -
Uses of EncryptionAlgorithm in eu.europa.esig.dss.jaxb.parsers
Methods in eu.europa.esig.dss.jaxb.parsers that return EncryptionAlgorithm Modifier and Type Method Description static EncryptionAlgorithm
EncryptionAlgorithmParser. parse(String v)
Methods in eu.europa.esig.dss.jaxb.parsers with parameters of type EncryptionAlgorithm Modifier and Type Method Description static String
EncryptionAlgorithmParser. print(EncryptionAlgorithm v)
-
Uses of EncryptionAlgorithm in eu.europa.esig.dss.model
Methods in eu.europa.esig.dss.model that return EncryptionAlgorithm Modifier and Type Method Description EncryptionAlgorithm
AbstractSerializableSignatureParameters. getEncryptionAlgorithm()
Get the encryption algorithmMethods in eu.europa.esig.dss.model with parameters of type EncryptionAlgorithm Modifier and Type Method Description void
AbstractSerializableSignatureParameters. setEncryptionAlgorithm(EncryptionAlgorithm encryptionAlgorithm)
This setter should be used only when dealing with web services (or when signing in three steps). -
Uses of EncryptionAlgorithm in eu.europa.esig.dss.token
Methods in eu.europa.esig.dss.token that return EncryptionAlgorithm Modifier and Type Method Description EncryptionAlgorithm
DSSPrivateKeyEntry. getEncryptionAlgorithm()
Get the EncryptionAlgorithm corresponding to the PrivateKeyEncryptionAlgorithm
KSPrivateKeyEntry. getEncryptionAlgorithm()
-
Uses of EncryptionAlgorithm in eu.europa.esig.dss.validation
Methods in eu.europa.esig.dss.validation that return EncryptionAlgorithm Modifier and Type Method Description EncryptionAlgorithm
AdvancedSignature. getEncryptionAlgorithm()
Retrieves the encryption algorithm used for generating the signature. -
Uses of EncryptionAlgorithm in eu.europa.esig.dss.validation.process.bbb.sav.checks
Methods in eu.europa.esig.dss.validation.process.bbb.sav.checks with parameters of type EncryptionAlgorithm Modifier and Type Method Description protected boolean
AbstractCryptographicCheck. encryptionAlgorithmIsReliable(EncryptionAlgorithm encryptionAlgo)
protected boolean
AbstractCryptographicCheck. encryptionAlgorithmIsValidOnValidationDate(EncryptionAlgorithm encryptionAlgo, String keyLengthUsedToSignThisToken)
protected boolean
AbstractCryptographicCheck. publicKeySizeIsAcceptable(EncryptionAlgorithm encryptionAlgo, String keyLengthUsedToSignThisToken)
-
Uses of EncryptionAlgorithm in eu.europa.esig.dss.ws.server.signing.dto
Methods in eu.europa.esig.dss.ws.server.signing.dto that return EncryptionAlgorithm Modifier and Type Method Description EncryptionAlgorithm
RemoteKeyEntry. getEncryptionAlgo()
Methods in eu.europa.esig.dss.ws.server.signing.dto with parameters of type EncryptionAlgorithm Modifier and Type Method Description void
RemoteKeyEntry. setEncryptionAlgo(EncryptionAlgorithm encryptionAlgo)
-
Uses of EncryptionAlgorithm in eu.europa.esig.dss.ws.signature.dto.parameters
Methods in eu.europa.esig.dss.ws.signature.dto.parameters that return EncryptionAlgorithm Modifier and Type Method Description EncryptionAlgorithm
RemoteSignatureParameters. getEncryptionAlgorithm()
Get the encryption algorithmMethods in eu.europa.esig.dss.ws.signature.dto.parameters with parameters of type EncryptionAlgorithm Modifier and Type Method Description void
RemoteSignatureParameters. setEncryptionAlgorithm(EncryptionAlgorithm encryptionAlgorithm)
This setter should be used only when dealing with web services (or when signing in three steps). -
Uses of EncryptionAlgorithm in eu.europa.esig.dss.xades.signature
Methods in eu.europa.esig.dss.xades.signature with parameters of type EncryptionAlgorithm Modifier and Type Method Description static byte[]
DSSSignatureUtils. convertToXmlDSig(EncryptionAlgorithm algorithm, byte[] signatureValue)
Converts the binary signature value to the Xml DSig format in function of used algorithm -
Uses of EncryptionAlgorithm in eu.europa.esig.dss.xades.validation
Methods in eu.europa.esig.dss.xades.validation that return EncryptionAlgorithm Modifier and Type Method Description EncryptionAlgorithm
XAdESSignature. getEncryptionAlgorithm()