Class TlsCryptoUtils


  • public abstract class TlsCryptoUtils
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      TlsCryptoUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static TlsSecret hkdfExpandLabel​(TlsSecret secret, short hashAlgorithm, java.lang.String label, byte[] context, int length)  
      • Methods inherited from class java.lang.Object

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

      • TlsCryptoUtils

        public TlsCryptoUtils()
    • Method Detail

      • hkdfExpandLabel

        public static TlsSecret hkdfExpandLabel​(TlsSecret secret,
                                                short hashAlgorithm,
                                                java.lang.String label,
                                                byte[] context,
                                                int length)
                                         throws java.io.IOException
        Throws:
        java.io.IOException