Package net.minecraft.network.encryption
Interface NetworkEncryptionUtils.KeyDecoder<T extends Key>
- Enclosing class:
 NetworkEncryptionUtils
private static interface NetworkEncryptionUtils.KeyDecoder<T extends Key>
A functional interface that decodes an encoded key.
- See Also:
 - API Note:
 - Implementations should throw 
NetworkEncryptionExceptionwhen the key is malformed. - Mappings:
 Namespace Name named net/minecraft/network/encryption/NetworkEncryptionUtils$KeyDecoderintermediary net/minecraft/class_3515$class_7424official bax$a
- 
Method Summary
 
- 
Method Details
- 
apply
- Throws:
 NetworkEncryptionException- Mappings:
 Namespace Name Mixin selector named applyLnet/minecraft/network/encryption/NetworkEncryptionUtils$KeyDecoder;apply([B)Ljava/security/Key;intermediary applyLnet/minecraft/class_3515$class_7424;apply([B)Ljava/security/Key;official applyLbax$a;apply([B)Ljava/security/Key;
 
 -