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