Class HashForSSH2Types


  • public class HashForSSH2Types
    extends java.lang.Object
    HashForSSH2Types.
    • Constructor Detail

      • HashForSSH2Types

        public HashForSSH2Types​(Digest md)
      • HashForSSH2Types

        public HashForSSH2Types​(java.lang.String type)
    • Method Detail

      • updateByte

        public void updateByte​(byte b)
      • updateBytes

        public void updateBytes​(byte[] b)
      • updateUINT32

        public void updateUINT32​(int v)
      • updateByteString

        public void updateByteString​(byte[] b)
      • updateBigInt

        public void updateBigInt​(java.math.BigInteger b)
      • reset

        public void reset()
      • getDigestLength

        public int getDigestLength()
      • getDigest

        public byte[] getDigest()
      • getDigest

        public void getDigest​(byte[] out)
      • getDigest

        public void getDigest​(byte[] out,
                              int off)