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