Interface KeyProducer

All Known Implementing Classes:
AesKeyProducer

public interface KeyProducer
  • Method Summary

    Modifier and Type
    Method
    Description
     
    produceFrom​(byte[] keyFileData)
     
    default Key
    produceFrom​(Path keyFileLocation)
     
  • Method Details

    • produce

      Key produce()
    • produceFrom

      Key produceFrom(byte[] keyFileData)
    • produceFrom

      default Key produceFrom(Path keyFileLocation) throws IOException
      Throws:
      IOException