Interface KeyProducer

  • All Known Implementing Classes:
    AesKeyProducer

    public interface KeyProducer
    • Method Detail

      • produce

        java.security.Key produce()
      • produceFrom

        java.security.Key produceFrom​(byte[] keyFileData)
      • produceFrom

        default java.security.Key produceFrom​(java.nio.file.Path keyFileLocation)
                                       throws java.io.IOException
        Throws:
        java.io.IOException