| Package | Description |
|---|---|
| eu.europa.esig.dss | |
| eu.europa.esig.dss.token | |
| eu.europa.esig.dss.x509 |
| Modifier and Type | Method and Description |
|---|---|
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 |
RemoteKeyEntry.getEncryptionAlgo() |
EncryptionAlgorithm |
SignatureAlgorithm.getEncryptionAlgorithm()
This method returns the encryption algorithm.
|
EncryptionAlgorithm |
AbstractSerializableSignatureParameters.getEncryptionAlgorithm()
Get 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.
|
| Modifier and Type | Method and 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 & digest algorithm this function returns the signature algorithm.
|
static SignatureAlgorithm |
SignatureAlgorithm.getAlgorithm(EncryptionAlgorithm encryptionAlgorithm,
DigestAlgorithm digestAlgorithm,
MaskGenerationFunction mgf)
For given encryption algorithm & digest algorithm this function returns the signature algorithm.
|
void |
RemoteKeyEntry.setEncryptionAlgo(EncryptionAlgorithm encryptionAlgo) |
void |
AbstractSerializableSignatureParameters.setEncryptionAlgorithm(EncryptionAlgorithm encryptionAlgorithm)
This setter should be used only when dealing with web services (or when signing in three steps).
|
| Modifier and Type | Method and Description |
|---|---|
EncryptionAlgorithm |
KSPrivateKeyEntry.getEncryptionAlgorithm() |
EncryptionAlgorithm |
DSSPrivateKeyEntry.getEncryptionAlgorithm()
Get the SignatureAlgorithm corresponding to the PrivateKey
|
| Modifier and Type | Method and Description |
|---|---|
EncryptionAlgorithm |
CertificateToken.getEncryptionAlgorithm() |
Copyright © 2018. All rights reserved.