public class DigestInfo extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
String |
description |
String |
digestAlgo |
byte[] |
digestValue |
| Constructor and Description |
|---|
DigestInfo(byte[] digestValue,
String digestAlgo,
String description)
Main constructor.
|
Copyright © 2008-2018 FedICT. All Rights Reserved.