| Package | Description |
|---|---|
| eu.europa.esig.dss | |
| eu.europa.esig.dss.token | |
| eu.europa.esig.dss.x509 |
| Modifier and Type | Method and Description |
|---|---|
static DigestAlgorithm |
DigestAlgorithm.forName(String name)
Returns the digest algorithm associated to the given JCE name.
|
static DigestAlgorithm |
DigestAlgorithm.forName(String name,
DigestAlgorithm defaultValue)
Returns the digest algorithm associated to the given JCE name.
|
static DigestAlgorithm |
DigestAlgorithm.forOID(String oid)
Returns the digest algorithm associated to the given OID.
|
static DigestAlgorithm |
DigestAlgorithm.forXML(String xmlName)
Returns the digest algorithm associated to the given XML url.
|
static DigestAlgorithm |
DigestAlgorithm.forXML(String xmlName,
DigestAlgorithm defaultValue)
Returns the digest algorithm associated to the given XML url or the default one if the algorithm does not exist.
|
DigestAlgorithm |
Digest.getAlgorithm() |
DigestAlgorithm |
TimestampParameters.getDigestAlgorithm() |
DigestAlgorithm |
SignatureAlgorithm.getDigestAlgorithm()
This method returns the digest algorithm.
|
DigestAlgorithm |
Policy.getDigestAlgorithm()
Return the hash algorithm for the signature policy
|
DigestAlgorithm |
MaskGenerationFunction.getDigestAlgorithm() |
DigestAlgorithm |
AbstractSerializableSignatureParameters.getDigestAlgorithm()
Get the digest algorithm
|
static DigestAlgorithm |
DigestAlgorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DigestAlgorithm[] |
DigestAlgorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static DigestAlgorithm |
DigestAlgorithm.forName(String name,
DigestAlgorithm defaultValue)
Returns the digest algorithm associated to the given JCE name.
|
static DigestAlgorithm |
DigestAlgorithm.forXML(String xmlName,
DigestAlgorithm defaultValue)
Returns the digest algorithm associated to the given XML url or the default one if the algorithm does not exist.
|
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.
|
String |
DSSDocument.getDigest(DigestAlgorithm digestAlgorithm)
This method returns the encoded digest value of the current
DSSDocument using the base64 algorithm. |
void |
Digest.setAlgorithm(DigestAlgorithm algorithm) |
void |
TimestampParameters.setDigestAlgorithm(DigestAlgorithm digestAlgorithm) |
void |
Policy.setDigestAlgorithm(DigestAlgorithm digestAlgorithm)
Set the hash algorithm for the explicit signature policy
|
void |
AbstractSerializableSignatureParameters.setDigestAlgorithm(DigestAlgorithm digestAlgorithm)
Set the digest algorithm
|
| Constructor and Description |
|---|
Digest(DigestAlgorithm algorithm,
byte[] value) |
| Modifier and Type | Method and Description |
|---|---|
SignatureValue |
SignatureTokenConnection.sign(ToBeSigned toBeSigned,
DigestAlgorithm digestAlgorithm,
DSSPrivateKeyEntry keyEntry) |
SignatureValue |
SignatureTokenConnection.sign(ToBeSigned toBeSigned,
DigestAlgorithm digestAlgorithm,
MaskGenerationFunction mgf,
DSSPrivateKeyEntry keyEntry) |
SignatureValue |
RemoteSignatureTokenConnection.sign(ToBeSigned toBeSigned,
DigestAlgorithm digestAlgorithm,
String alias) |
| Modifier and Type | Method and Description |
|---|---|
DigestAlgorithm |
SignaturePolicy.getDigestAlgorithm() |
DigestAlgorithm |
CertificateToken.getDigestAlgorithm() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
Token.getDigest(DigestAlgorithm digestAlgorithm)
Returns the digest value of the wrapped token
|
void |
SignaturePolicy.setDigestAlgorithm(DigestAlgorithm digestAlgorithm) |
Copyright © 2018. All rights reserved.