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 official anz$aintermediary net/minecraft/class_3515$class_7424named net/minecraft/network/encryption/NetworkEncryptionUtils$KeyDecoder
- 
Method Summary
 
- 
Method Details
- 
apply
- Throws:
 NetworkEncryptionException- Mappings:
 Namespace Name Mixin selector official applyLanz$a;apply([B)Ljava/security/Key;intermediary applyLnet/minecraft/class_3515$class_7424;apply([B)Ljava/security/Key;named applyLnet/minecraft/network/encryption/NetworkEncryptionUtils$KeyDecoder;apply([B)Ljava/security/Key;
 
 -