public final class DigestMD5 extends Object implements DigestAlgorithm
AlgorithmDescriptor.AlgorithmType
Constructor and Description |
---|
DigestMD5() |
Modifier and Type | Method and Description |
---|---|
String |
getJCAAlgorithmID()
Get the algorithm's JCA algorithm ID.
|
AlgorithmDescriptor.AlgorithmType |
getType()
Get the algorithm URI's fundamental type.
|
String |
getURI()
Get the algorithm's identifying URI.
|
@Nonnull @NotEmpty public String getURI()
getURI
in interface AlgorithmDescriptor
@Nonnull public AlgorithmDescriptor.AlgorithmType getType()
getType
in interface AlgorithmDescriptor
AlgorithmDescriptor.AlgorithmType
@Nonnull @NotEmpty public String getJCAAlgorithmID()
getJCAAlgorithmID
in interface AlgorithmDescriptor
Copyright © 2017. All rights reserved.