| Package | Description |
|---|---|
| com.suse.salt.netapi.calls.modules |
| Modifier and Type | Method and Description |
|---|---|
static HashType |
HashType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HashType[] |
HashType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static LocalCall<java.lang.String> |
File.getHash(java.lang.String path,
HashType form)
Get the hash sum of a file
|
static LocalCall<java.lang.String> |
File.getHash(java.lang.String path,
HashType form,
long chunkSize)
Get the hash sum of a file
|
| Modifier and Type | Method and Description |
|---|---|
private static LocalCall<java.lang.String> |
File.getHash(java.lang.String path,
java.util.Optional<HashType> form,
java.util.Optional<java.lang.Long> chunkSize) |
static LocalCall<java.lang.String> |
Test.randStr(java.util.Optional<java.lang.Integer> size,
java.util.Optional<HashType> hashType) |