| Package | Description |
|---|---|
| com.peterphi.std.crypto.digest | |
| com.peterphi.std.crypto.digest.impl |
| Modifier and Type | Method and Description |
|---|---|
IDigester |
DigestAlgorithm.getImplementation()
Retrieves the implementation of this algorithm
|
| Modifier and Type | Method and Description |
|---|---|
void |
DigestAlgorithm.setDefaultImplementation(IDigester digester)
Set the default implementation for an algorithm; this will be used if no other implementations are registered
|
void |
DigestAlgorithm.setImplementation(IDigester digester)
Set a new implementation
|
void |
DigestAlgorithm.setImplementation(IDigester digester,
int implPriority)
Set the implementation, permitted that no other implementations have attempted to register with a higher priority
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDigester |
class |
CRC32Digester
Produces CRC32 checksums (in hexidecimal) using the java.util.zip CRC32 class
|
class |
JCEDigester
A digester which uses the default JCE digest providers for its algorithms
|
class |
LengthDigester
A digest algorithm which takes the length of the data as its digest
|
| Constructor and Description |
|---|
DigestVerifier(java.lang.String digest,
IDigester algorithm) |
Copyright © 2014. All Rights Reserved.