Package org.geysermc.floodgate.crypto
Interface KeyProducer
-
- All Known Implementing Classes:
AesKeyProducer
public interface KeyProducer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description java.security.Keyproduce()java.security.KeyproduceFrom(byte[] keyFileData)default java.security.KeyproduceFrom(java.nio.file.Path keyFileLocation)
-