Package network.oxalis.api.model
Class MessageDigestResult
- java.lang.Object
-
- network.oxalis.api.model.MessageDigestResult
-
@Deprecated public class MessageDigestResult extends Object
Deprecated.Holds the digest and the algorithm name for some arbitrary contents like for instance the payload of a message, the message itself etc.- Author:
- steinar Date: 31.10.2015 Time: 12.49
-
-
Constructor Summary
Constructors Constructor Description MessageDigestResult(byte[] digest, String algorithmName)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description StringgetAlgorithmName()Deprecated.byte[]getDigest()Deprecated.StringgetDigestAsString()Deprecated.StringtoString()Deprecated.
-
-
-
Constructor Detail
-
MessageDigestResult
public MessageDigestResult(byte[] digest, String algorithmName)Deprecated.
-
-