| Package | Description |
|---|---|
| org.dihedron.crypto.constants |
The package containing the definition of common constants.
|
| Modifier and Type | Method and Description |
|---|---|
static EncryptionAlgorithm |
EncryptionAlgorithm.fromAsn1Id(String asn1)
Factory method: returns the Encryption object corresponding to the given
ASN.1 algorithm code (e.g.
|
static EncryptionAlgorithm |
EncryptionAlgorithm.fromBouncyCastleCode(String bcCode)
Factory method: returns the Encryption object corresponding to the given
BouncyCastle algorithm code (e.g.
|
static EncryptionAlgorithm |
EncryptionAlgorithm.fromDescription(String description)
Factory method: returns the Encryption object corresponding to the given
text description.
|
EncryptionAlgorithm |
SignatureAlgorithm.getEncryptionAlgorithm()
Returns the algorithm used to encrypt the hashed data.
|
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.
|
Copyright © 2012-2014 Andrea Funtò. See here for terms and conditions.