public static enum OwncloudLocalProperties.ResourceServiceProperties.MessageDigestAlgorithm extends Enum<OwncloudLocalProperties.ResourceServiceProperties.MessageDigestAlgorithm>
| Enum Constant and Description |
|---|
MD5
MD5
|
| Modifier and Type | Method and Description |
|---|---|
MessageDigest |
getMessageDigest()
The Message Digest
|
static OwncloudLocalProperties.ResourceServiceProperties.MessageDigestAlgorithm |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OwncloudLocalProperties.ResourceServiceProperties.MessageDigestAlgorithm[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OwncloudLocalProperties.ResourceServiceProperties.MessageDigestAlgorithm MD5
public static OwncloudLocalProperties.ResourceServiceProperties.MessageDigestAlgorithm[] values()
for (OwncloudLocalProperties.ResourceServiceProperties.MessageDigestAlgorithm c : OwncloudLocalProperties.ResourceServiceProperties.MessageDigestAlgorithm.values()) System.out.println(c);
public static OwncloudLocalProperties.ResourceServiceProperties.MessageDigestAlgorithm valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic MessageDigest getMessageDigest() throws NoSuchAlgorithmException
NoSuchAlgorithmExceptionCopyright © 2016–2020 coolstuff.software. All rights reserved.