org.apache.poi.poifs.crypt.dsig
Class DigestInfo
java.lang.Object
org.apache.poi.poifs.crypt.dsig.DigestInfo
- All Implemented Interfaces:
- java.io.Serializable
public class DigestInfo
- extends java.lang.Object
- implements java.io.Serializable
Digest Information data transfer class.
- See Also:
- Serialized Form
Constructor Summary |
DigestInfo(byte[] digestValue,
HashAlgorithm hashAlgo,
java.lang.String description)
Main constructor. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
digestValue
public final byte[] digestValue
description
public final java.lang.String description
hashAlgo
public final HashAlgorithm hashAlgo
DigestInfo
public DigestInfo(byte[] digestValue,
HashAlgorithm hashAlgo,
java.lang.String description)
- Main constructor.
- Parameters:
digestValue
- hashAlgo
- description
-
Copyright 2017 The Apache Software Foundation or
its licensors, as applicable.