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 EncryptionAlgorithmCAdESSignature. 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 EncryptionAlgorithmAbstractTokenProxy. getEncryptionAlgorithm()EncryptionAlgorithmTokenProxy. getEncryptionAlgorithm()EncryptionAlgorithmDiagnosticData. getFirstSignatureEncryptionAlgorithm()This method returns theEncryptionAlgorithmof the first signature.EncryptionAlgorithmDiagnosticData. getSignatureEncryptionAlgorithm(String signatureId)This method returns theDigestAlgorithmfor 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 EncryptionAlgorithmXmlBasicSignature. encryptionAlgoUsedToSignThisTokenprotected EncryptionAlgorithmXmlCertificate. publicKeyEncryptionAlgoMethods in eu.europa.esig.dss.diagnostic.jaxb that return EncryptionAlgorithm Modifier and Type Method Description EncryptionAlgorithmXmlBasicSignature. getEncryptionAlgoUsedToSignThisToken()Gets the value of the encryptionAlgoUsedToSignThisToken property.EncryptionAlgorithmXmlCertificate. getPublicKeyEncryptionAlgo()Gets the value of the publicKeyEncryptionAlgo property.EncryptionAlgorithmAdapter21. unmarshal(String value)EncryptionAlgorithmAdapter24. unmarshal(String value)Methods in eu.europa.esig.dss.diagnostic.jaxb with parameters of type EncryptionAlgorithm Modifier and Type Method Description StringAdapter21. marshal(EncryptionAlgorithm value)StringAdapter24. marshal(EncryptionAlgorithm value)voidXmlBasicSignature. setEncryptionAlgoUsedToSignThisToken(EncryptionAlgorithm value)Sets the value of the encryptionAlgoUsedToSignThisToken property.voidXmlCertificate. 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 EncryptionAlgorithmEncryptionAlgorithm. forKey(Key key)Returns the encryption algorithm associated to the given key.static EncryptionAlgorithmEncryptionAlgorithm. forName(String name)Returns the encryption algorithm associated to the given JCE name.static EncryptionAlgorithmEncryptionAlgorithm. forName(String name, EncryptionAlgorithm defaultValue)Returns the encryption algorithm associated to the given JCE name.static EncryptionAlgorithmEncryptionAlgorithm. forOID(String oid)Returns the encryption algorithm associated to the given OID.EncryptionAlgorithmSignatureAlgorithm. getEncryptionAlgorithm()This method returns the encryption algorithm.static EncryptionAlgorithmEncryptionAlgorithm. 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 EncryptionAlgorithmEncryptionAlgorithm. forName(String name, EncryptionAlgorithm defaultValue)Returns the encryption algorithm associated to the given JCE name.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. -
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 EncryptionAlgorithmJAdESSignature. 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 EncryptionAlgorithmEncryptionAlgorithmParser. parse(String v)Parses the value and returnsEncryptionAlgorithmMethods in eu.europa.esig.dss.jaxb.parsers with parameters of type EncryptionAlgorithm Modifier and Type Method Description static StringEncryptionAlgorithmParser. 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 EncryptionAlgorithmAbstractSerializableSignatureParameters. getEncryptionAlgorithm()Get the encryption algorithmMethods in eu.europa.esig.dss.model with parameters of type EncryptionAlgorithm Modifier and Type Method Description voidAbstractSerializableSignatureParameters. 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 EncryptionAlgorithmDSSPrivateKeyEntry. getEncryptionAlgorithm()Get the EncryptionAlgorithm corresponding to the PrivateKeyEncryptionAlgorithmKSPrivateKeyEntry. 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 EncryptionAlgorithmAdvancedSignature. 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 EncryptionAlgorithmAbstractCryptographicChecker. encryptionAlgorithmThe 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 EncryptionAlgorithmRemoteKeyEntry. getEncryptionAlgo()Gets the encryption algorithmMethods in eu.europa.esig.dss.ws.server.signing.dto with parameters of type EncryptionAlgorithm Modifier and Type Method Description voidRemoteKeyEntry. 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 EncryptionAlgorithmRemoteSignatureParameters. getEncryptionAlgorithm()Get the encryption algorithmMethods in eu.europa.esig.dss.ws.signature.dto.parameters with parameters of type EncryptionAlgorithm Modifier and Type Method Description voidRemoteSignatureParameters. 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 EncryptionAlgorithmXAdESSignature. getEncryptionAlgorithm()