Class Secret


  • public class Secret
    extends Object
    • Constructor Detail

      • Secret

        public Secret​(String name,
                      boolean env,
                      AtomicReference<net.morimekta.collect.util.Binary> reference)
    • Method Detail

      • getName

        public String getName()
      • getAsString

        public String getAsString()
      • getAsBytes

        public byte[] getAsBytes()
      • getAsBinary

        public net.morimekta.collect.util.Binary getAsBinary()