Class HandleSignature.Digest

  • Enclosing class:
    HandleSignature

    public static class HandleSignature.Digest
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Digest​(java.lang.String algorithm, byte[] digest)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getAlgorithm()  
      byte[] getDigest()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Digest

        public Digest​(java.lang.String algorithm,
                      byte[] digest)
    • Method Detail

      • getAlgorithm

        public java.lang.String getAlgorithm()
      • getDigest

        public byte[] getDigest()