Interface TlsHandshakeHash

  • All Superinterfaces:
    Digest

    public interface TlsHandshakeHash
    extends Digest
    Deprecated.
    Migrate to the (D)TLS API in org.bouncycastle.tls (bctls jar).
    • Method Detail

      • init

        void init​(TlsContext context)
        Deprecated.
      • trackHashAlgorithm

        void trackHashAlgorithm​(short hashAlgorithm)
        Deprecated.
      • sealHashAlgorithms

        void sealHashAlgorithms()
        Deprecated.
      • forkPRFHash

        Digest forkPRFHash()
        Deprecated.
      • getFinalHash

        byte[] getFinalHash​(short hashAlgorithm)
        Deprecated.