org.apache.poi.poifs.crypt.dsig
Class DigestInfo

java.lang.Object
  extended by 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

Field Summary
 java.lang.String description
           
 byte[] digestValue
           
 HashAlgorithm hashAlgo
           
 
Constructor Summary
DigestInfo(byte[] digestValue, HashAlgorithm hashAlgo, java.lang.String description)
          Main constructor.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

digestValue

public final byte[] digestValue

description

public final java.lang.String description

hashAlgo

public final HashAlgorithm hashAlgo
Constructor Detail

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.