| Modifier and Type | Method and Description |
|---|---|
boolean |
Policy.allowsScriptAttributeWithHash(HashSource.HashAlgorithm algorithm,
Base64Value hashValue) |
boolean |
Policy.allowsScriptWithHash(HashSource.HashAlgorithm algorithm,
Base64Value hashValue) |
boolean |
Policy.allowsStyleAttributeWithHash(HashSource.HashAlgorithm algorithm,
Base64Value hashValue) |
boolean |
Policy.allowsStyleWithHash(HashSource.HashAlgorithm algorithm,
Base64Value hashValue) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SourceListDirective.matchesHash(HashSource.HashAlgorithm algorithm,
Base64Value hashValue) |
| Modifier and Type | Method and Description |
|---|---|
static HashSource.HashAlgorithm |
HashSource.HashAlgorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HashSource.HashAlgorithm[] |
HashSource.HashAlgorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
HashSource.matchesHash(HashSource.HashAlgorithm algorithm,
Base64Value value) |
| Constructor and Description |
|---|
HashSource(HashSource.HashAlgorithm algorithm,
Base64Value value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
MatchesHash.matchesHash(HashSource.HashAlgorithm algorithm,
Base64Value hashValue) |
Copyright © 2019. All rights reserved.