| Package | Description |
|---|---|
| com.peterphi.std.crypto.digest | |
| com.peterphi.std.crypto.digest.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
Digests
Represents a number of digests of some content
|
| Modifier and Type | Method and Description |
|---|---|
IDigestVerifier |
Digests.getVerifier() |
IDigestVerifier |
Digests.getVerifier(boolean preferSecure)
Acquire a verifier capable of determining whether a download is valid
If no digests are available then a verifier will be returned that considers anything valid |
| Modifier and Type | Class and Description |
|---|---|
class |
DigestVerifier
Verifies a digest
|
class |
NullVerifier
A Digest Verifier which always returns the same result (by default, true)
|
Copyright © 2014. All Rights Reserved.