public class DigestInfo
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
java.lang.String |
description |
byte[] |
digestValue |
HashAlgorithm |
hashAlgo |
Constructor and Description |
---|
DigestInfo(byte[] digestValue,
HashAlgorithm hashAlgo,
java.lang.String description)
Main constructor.
|
public final byte[] digestValue
public final java.lang.String description
public final HashAlgorithm hashAlgo
public DigestInfo(byte[] digestValue, HashAlgorithm hashAlgo, java.lang.String description)
digestValue
- hashAlgo
- description
- Copyright 2018 The Apache Software Foundation or its licensors, as applicable.