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
Adapter21. unmarshal(String value)
EncryptionAlgorithm
Adapter24. unmarshal(String value)
Methods in eu.europa.esig.dss.diagnostic.jaxb with parameters of type EncryptionAlgorithm Modifier and Type Method Description String
Adapter21. marshal(EncryptionAlgorithm value)
String
Adapter24. 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.jades.validation
Methods in eu.europa.esig.dss.jades.validation that return EncryptionAlgorithm Modifier and Type Method Description EncryptionAlgorithm
JAdESSignature. getEncryptionAlgorithm()
-
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)
Parses the value and returnsEncryptionAlgorithm
Methods in eu.europa.esig.dss.jaxb.parsers with parameters of type EncryptionAlgorithm Modifier and Type Method Description static String
EncryptionAlgorithmParser. print(EncryptionAlgorithm v)
Gets a text name of the value -
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.spi
Methods in eu.europa.esig.dss.spi with parameters of type EncryptionAlgorithm Modifier and Type Method Description static byte[]
DSSASN1Utils. fromAsn1toSignatureValue(EncryptionAlgorithm algorithm, byte[] signatureValue)
Converts the ANS.1 binary signature value to the concatenated R || S format NOTE: used in XAdES and JAdES -
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.cc
Fields in eu.europa.esig.dss.validation.process.bbb.sav.cc declared as EncryptionAlgorithm Modifier and Type Field Description protected EncryptionAlgorithm
AbstractCryptographicChecker. encryptionAlgorithm
The Encryption algorithmConstructors in eu.europa.esig.dss.validation.process.bbb.sav.cc with parameters of type EncryptionAlgorithm Constructor Description AbstractCryptographicChecker(I18nProvider i18nProvider, EncryptionAlgorithm encryptionAlgorithm, DigestAlgorithm digestAlgorithm, MaskGenerationFunction maskGenerationFunction, String keyLengthUsedToSignThisToken, Date validationDate, MessageTag position, CryptographicConstraint constraint)
Complete constructorEncryptionAlgorithmOnValidationTimeCheck(I18nProvider i18nProvider, EncryptionAlgorithm encryptionAlgo, String keySize, Date validationDate, XmlCC result, MessageTag position, CryptographicConstraintWrapper constraintWrapper)
Default constructorEncryptionAlgorithmReliableCheck(I18nProvider i18nProvider, EncryptionAlgorithm encryptionAlgo, XmlCC result, MessageTag position, CryptographicConstraintWrapper constraintWrapper)
Default constructorPublicKeySizeAcceptableCheck(I18nProvider i18nProvider, EncryptionAlgorithm encryptionAlgo, String keySize, XmlCC result, MessageTag position, CryptographicConstraintWrapper constraintWrapper)
Default constructor -
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()
Gets the encryption algorithmMethods in eu.europa.esig.dss.ws.server.signing.dto with parameters of type EncryptionAlgorithm Modifier and Type Method Description void
RemoteKeyEntry. setEncryptionAlgo(EncryptionAlgorithm encryptionAlgo)
Sets the encryption algorithm -
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.validation
Methods in eu.europa.esig.dss.xades.validation that return EncryptionAlgorithm Modifier and Type Method Description EncryptionAlgorithm
XAdESSignature. getEncryptionAlgorithm()