Class Secrets


  • public class Secrets
    extends java.lang.Object
    Allows a secret given as a string to be encoded as a byte array
    • Constructor Summary

      Constructors 
      Constructor Description
      Secrets()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static byte[] create​(java.lang.String secret)
      Encode a String secret as a byte array.
      • Methods inherited from class java.lang.Object

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

      • Secrets

        public Secrets()