History - net.minecraft.util.Crypt
1.21.3
Names
axl
azc
Fields
String: h, SYMMETRIC_ALGORITHM, field_29830, AES, f_144611_
String: h, SYMMETRIC_ALGORITHM, field_29830, AES
int: i, SYMMETRIC_BITS, field_29831, AES_KEY_LENGTH, f_144612_
int: i, SYMMETRIC_BITS, field_29831, AES_KEY_LENGTH
String: j, ASYMMETRIC_ALGORITHM, field_29832, RSA, f_144613_
String: j, ASYMMETRIC_ALGORITHM, field_29832, RSA
int: k, ASYMMETRIC_BITS, field_29833, RSA_KEY_LENGTH, f_144614_
int: k, ASYMMETRIC_BITS, field_29833, RSA_KEY_LENGTH
String: l, BYTE_ENCODING, field_29834, ISO_8859_1, f_144615_
String: l, BYTE_ENCODING, field_29834, ISO_8859_1
String: m, HASH_ALGORITHM, field_29835, SHA1, f_144616_
String: m, HASH_ALGORITHM, field_29835, SHA1
String: a, SIGNING_ALGORITHM, field_39109, SHA256_WITH_RSA, f_216059_
String: a, SIGNING_ALGORITHM, field_39109, SHA256_WITH_RSA
String: n, PEM_RSA_PRIVATE_KEY_HEADER, field_39037, RSA_PRIVATE_KEY_PREFIX, f_216065_
String: n, PEM_RSA_PRIVATE_KEY_HEADER, field_39037, RSA_PRIVATE_KEY_PREFIX
String: o, PEM_RSA_PRIVATE_KEY_FOOTER, field_39038, RSA_PRIVATE_KEY_SUFFIX, f_216066_
String: o, PEM_RSA_PRIVATE_KEY_FOOTER, field_39038, RSA_PRIVATE_KEY_SUFFIX
String: c, RSA_PUBLIC_KEY_HEADER, field_39033, RSA_PUBLIC_KEY_PREFIX, f_216060_
String: c, RSA_PUBLIC_KEY_HEADER, field_39033, RSA_PUBLIC_KEY_PREFIX
String: p, RSA_PUBLIC_KEY_FOOTER, field_39039, RSA_PUBLIC_KEY_SUFFIX, f_216067_
String: p, RSA_PUBLIC_KEY_FOOTER, field_39039, RSA_PUBLIC_KEY_SUFFIX
String: d, MIME_LINE_SEPARATOR, field_39034, LINEBREAK, f_216061_
String: d, MIME_LINE_SEPARATOR, field_39034, LINEBREAK
Base64$Encoder: e, MIME_ENCODER, field_39272, BASE64_ENCODER, f_216062_
Base64$Encoder: e, MIME_ENCODER, field_39272, BASE64_ENCODER
com.mojang.serialization.Codec<PublicKey>: f, PUBLIC_KEY_CODEC, field_39035, RSA_PUBLIC_KEY_CODEC, f_216063_
com.mojang.serialization.Codec<PublicKey>: f, PUBLIC_KEY_CODEC, field_39035, RSA_PUBLIC_KEY_CODEC
com.mojang.serialization.Codec<PrivateKey>: g, PRIVATE_KEY_CODEC, field_39036, RSA_PRIVATE_KEY_CODEC, f_216064_
com.mojang.serialization.Codec<PrivateKey>: g, PRIVATE_KEY_CODEC, field_39036, RSA_PRIVATE_KEY_CODEC
int: b, SIGNATURE_BYTES, field_40111, SHA256_BITS, f_244257_
int: b, SIGNATURE_BYTES, field_40111, SHA256_BITS
Constructors
Methods
KeyPair (): b, generateKeyPair, method_15237, generateServerKeyPair, m_13604_
KeyPair (): b, generateKeyPair, method_15237, generateServerKeyPair
byte[] (String, PublicKey, SecretKey): a, digestData, method_15240, computeServerId, m_13590_
byte[] (String, PublicKey, SecretKey): a, digestData, method_15240, computeServerId
PublicKey (byte[]): a, byteToPublicKey, method_15242, decodeEncodedRsaPublicKey, m_13600_
PublicKey (byte[]): a, byteToPublicKey, method_15242, decodeEncodedRsaPublicKey
SecretKey (PrivateKey, byte[]): a, decryptByteToSecretKey, method_15234, decryptSecretKey, m_13597_
SecretKey (PrivateKey, byte[]): a, decryptByteToSecretKey, method_15234, decryptSecretKey
byte[] (Key, byte[]): b, decryptUsingKey, method_15243, decrypt, m_13605_
byte[] (Key, byte[]): b, decryptUsingKey, method_15243, decrypt
byte[] (int, Key, byte[]): a, cipherData, method_15244, crypt, m_13586_
byte[] (int, Key, byte[]): a, cipherData, method_15244, crypt
Cipher (int, String, Key): a, setupCipher, method_15241, createCipher, m_13579_
Cipher (int, String, Key): a, setupCipher, method_15241, createCipher
Cipher (int, Key): a, getCipher, method_15235, cipherFromKey, m_13583_
Cipher (int, Key): a, getCipher, method_15235, cipherFromKey
SecretKey (): a, generateSecretKey, method_15239, generateSecretKey, m_13578_
SecretKey (): a, generateSecretKey, method_15239, generateSecretKey
byte[] (Key, byte[]): a, encryptUsingKey, method_15238, encrypt, m_13594_
byte[] (Key, byte[]): a, encryptUsingKey, method_15238, encrypt
byte[] (byte[]...): a, digestData, method_15236, hash, m_13602_
byte[] (byte[]...): a, digestData, method_15236, hash
<T extends Key> T (String, String, String, Crypt$ByteArrayToKeyFunction<T>): a, rsaStringToKey, method_43520, decodePem, m_216071_
<T extends Key> T (String, String, String, Crypt$ByteArrayToKeyFunction<T>): a, rsaStringToKey, method_43520, decodePem
PrivateKey (String): a, stringToPemRsaPrivateKey, method_43519, decodeRsaPrivateKeyPem, m_216069_
PrivateKey (String): a, stringToPemRsaPrivateKey, method_43519, decodeRsaPrivateKeyPem
PublicKey (String): b, stringToRsaPublicKey, method_43524, decodeRsaPublicKeyPem, m_216080_
PublicKey (String): b, stringToRsaPublicKey, method_43524, decodeRsaPublicKeyPem
String (PublicKey): a, rsaPublicKeyToString, method_43522, encodeRsaPublicKey, m_216078_
String (PublicKey): a, rsaPublicKeyToString, method_43522, encodeRsaPublicKey
String (PrivateKey): a, pemRsaPrivateKeyToString, method_43521, encodeRsaPrivateKey, m_216076_
String (PrivateKey): a, pemRsaPrivateKeyToString, method_43521, encodeRsaPrivateKey
PrivateKey (byte[]): b, byteToPrivateKey, method_43525, decodeEncodedRsaPrivateKey, m_216082_
PrivateKey (byte[]): b, byteToPrivateKey, method_43525, decodeEncodedRsaPrivateKey
1.21.1
Names
Fields
Constructors
Methods
1.21
Names
axw
axl
Fields
Constructors
Methods
1.20.6
Names
atm
axw
Fields
Constructors
Methods
1.20.4
Names
aqw
atm
Fields
Constructors
Methods
1.20.2
Names
anz
aqw
Fields
Constructors
Methods
1.20.1
Names
aoj
anz
Fields
Constructors
Methods
1.19.4
Names
anc
aoj
Fields
Constructors
Methods
1.19.3
Names
ali
anc
Fields
String: g, SYMMETRIC_ALGORITHM, field_29830, AES, f_144611_
String: h, SYMMETRIC_ALGORITHM, field_29830, AES, f_144611_
int: h, SYMMETRIC_BITS, field_29831, AES_KEY_LENGTH, f_144612_
int: i, SYMMETRIC_BITS, field_29831, AES_KEY_LENGTH, f_144612_
String: i, ASYMMETRIC_ALGORITHM, field_29832, RSA, f_144613_
String: j, ASYMMETRIC_ALGORITHM, field_29832, RSA, f_144613_
int: j, ASYMMETRIC_BITS, field_29833, RSA_KEY_LENGTH, f_144614_
int: k, ASYMMETRIC_BITS, field_29833, RSA_KEY_LENGTH, f_144614_
String: k, BYTE_ENCODING, field_29834, ISO_8859_1, f_144615_
String: l, BYTE_ENCODING, field_29834, ISO_8859_1, f_144615_
String: l, HASH_ALGORITHM, field_29835, SHA1, f_144616_
String: m, HASH_ALGORITHM, field_29835, SHA1, f_144616_
String: m, PEM_RSA_PRIVATE_KEY_HEADER, field_39037, RSA_PRIVATE_KEY_PREFIX, f_216065_
String: n, PEM_RSA_PRIVATE_KEY_HEADER, field_39037, RSA_PRIVATE_KEY_PREFIX, f_216065_
String: n, PEM_RSA_PRIVATE_KEY_FOOTER, field_39038, RSA_PRIVATE_KEY_SUFFIX, f_216066_
String: o, PEM_RSA_PRIVATE_KEY_FOOTER, field_39038, RSA_PRIVATE_KEY_SUFFIX, f_216066_
String: b, RSA_PUBLIC_KEY_HEADER, field_39033, RSA_PUBLIC_KEY_PREFIX, f_216060_
String: c, RSA_PUBLIC_KEY_HEADER, field_39033, RSA_PUBLIC_KEY_PREFIX, f_216060_
String: o, RSA_PUBLIC_KEY_FOOTER, field_39039, RSA_PUBLIC_KEY_SUFFIX, f_216067_
String: p, RSA_PUBLIC_KEY_FOOTER, field_39039, RSA_PUBLIC_KEY_SUFFIX, f_216067_
String: c, MIME_LINE_SEPARATOR, field_39034, LINEBREAK, f_216061_
String: d, MIME_LINE_SEPARATOR, field_39034, LINEBREAK, f_216061_
Base64$Encoder: d, MIME_ENCODER, field_39272, BASE64_ENCODER, f_216062_
Base64$Encoder: e, MIME_ENCODER, field_39272, BASE64_ENCODER, f_216062_
com.mojang.serialization.Codec<PublicKey>: e, PUBLIC_KEY_CODEC, field_39035, RSA_PUBLIC_KEY_CODEC, f_216063_
com.mojang.serialization.Codec<PublicKey>: f, PUBLIC_KEY_CODEC, field_39035, RSA_PUBLIC_KEY_CODEC, f_216063_
com.mojang.serialization.Codec<PrivateKey>: f, PRIVATE_KEY_CODEC, field_39036, RSA_PRIVATE_KEY_CODEC, f_216064_
com.mojang.serialization.Codec<PrivateKey>: g, PRIVATE_KEY_CODEC, field_39036, RSA_PRIVATE_KEY_CODEC, f_216064_
int: b, SIGNATURE_BYTES, field_40111, SHA256_BITS, f_244257_
Constructors
Methods
1.19.2
Names
Fields
Constructors
Methods
1.19.1
Names
akq
ali
Fields
Constructors
Methods
1.19
Names
ain
akq
Fields
String: a, SYMMETRIC_ALGORITHM, field_29830, AES, f_144611_
String: g, SYMMETRIC_ALGORITHM, field_29830, AES, f_144611_
int: b, SYMMETRIC_BITS, field_29831, AES_KEY_LENGTH, f_144612_
int: h, SYMMETRIC_BITS, field_29831, AES_KEY_LENGTH, f_144612_
String: c, ASYMMETRIC_ALGORITHM, field_29832, RSA, f_144613_
String: i, ASYMMETRIC_ALGORITHM, field_29832, RSA, f_144613_
int: d, ASYMMETRIC_BITS, field_29833, RSA_KEY_LENGTH, f_144614_
int: j, ASYMMETRIC_BITS, field_29833, RSA_KEY_LENGTH, f_144614_
String: e, BYTE_ENCODING, field_29834, ISO_8859_1, f_144615_
String: k, BYTE_ENCODING, field_29834, ISO_8859_1, f_144615_
String: f, HASH_ALGORITHM, field_29835, SHA1, f_144616_
String: l, HASH_ALGORITHM, field_29835, SHA1, f_144616_
String: a, SIGNING_ALGORITHM, field_39109, SHA256_WITH_RSA, f_216059_
String: m, PEM_RSA_PRIVATE_KEY_HEADER, field_39037, RSA_PRIVATE_KEY_PREFIX, f_216065_
String: n, PEM_RSA_PRIVATE_KEY_FOOTER, field_39038, RSA_PRIVATE_KEY_SUFFIX, f_216066_
String: b, RSA_PUBLIC_KEY_HEADER, field_39033, RSA_PUBLIC_KEY_PREFIX, f_216060_
String: o, RSA_PUBLIC_KEY_FOOTER, field_39039, RSA_PUBLIC_KEY_SUFFIX, f_216067_
String: c, MIME_LINE_SEPARATOR, field_39034, LINEBREAK, f_216061_
Base64$Encoder: d, MIME_ENCODER, field_39272, BASE64_ENCODER, f_216062_
com.mojang.serialization.Codec<PublicKey>: e, PUBLIC_KEY_CODEC, field_39035, RSA_PUBLIC_KEY_CODEC, f_216063_
com.mojang.serialization.Codec<PrivateKey>: f, PRIVATE_KEY_CODEC, field_39036, RSA_PRIVATE_KEY_CODEC, f_216064_
Constructors
Methods
byte[] (String, PublicKey, SecretKey): a, digestData, method_15240, generateServerId, m_13590_
byte[] (String, PublicKey, SecretKey): a, digestData, method_15240, computeServerId, m_13590_
PublicKey (byte[]): a, byteToPublicKey, method_15242, readEncodedPublicKey, m_13600_
PublicKey (byte[]): a, byteToPublicKey, method_15242, decodeEncodedRsaPublicKey, m_13600_
Cipher (int, String, Key): a, setupCipher, method_15241, crypt, m_13579_
Cipher (int, String, Key): a, setupCipher, method_15241, createCipher, m_13579_
SecretKey (): a, generateSecretKey, method_15239, generateKey, m_13578_
SecretKey (): a, generateSecretKey, method_15239, generateSecretKey, m_13578_
<T extends Key> T (String, String, String, Crypt$ByteArrayToKeyFunction<T>): a, rsaStringToKey, method_43520, decodePem, m_216071_
PrivateKey (String): a, stringToPemRsaPrivateKey, method_43519, decodeRsaPrivateKeyPem, m_216069_
PublicKey (String): b, stringToRsaPublicKey, method_43524, decodeRsaPublicKeyPem, m_216080_
String (PublicKey): a, rsaPublicKeyToString, method_43522, encodeRsaPublicKey, m_216078_
String (PrivateKey): a, pemRsaPrivateKeyToString, method_43521, encodeRsaPrivateKey, m_216076_
PrivateKey (byte[]): b, byteToPrivateKey, method_43525, decodeEncodedRsaPrivateKey, m_216082_
1.18.2
Names
aia
ain
Fields
Constructors
Methods
1.18.1
Names
Fields
Constructors
Methods
1.18
Names
agj
aia
Fields
String: a, SYMMETRIC_ALGORITHM, field_29830, field_29830, f_144611_
String: a, SYMMETRIC_ALGORITHM, field_29830, AES, f_144611_
int: b, SYMMETRIC_BITS, field_29831, field_29831, f_144612_
int: b, SYMMETRIC_BITS, field_29831, AES_KEY_LENGTH, f_144612_
String: c, ASYMMETRIC_ALGORITHM, field_29832, field_29832, f_144613_
String: c, ASYMMETRIC_ALGORITHM, field_29832, RSA, f_144613_
int: d, ASYMMETRIC_BITS, field_29833, field_29833, f_144614_
int: d, ASYMMETRIC_BITS, field_29833, RSA_KEY_LENGTH, f_144614_
String: e, BYTE_ENCODING, field_29834, field_29834, f_144615_
String: e, BYTE_ENCODING, field_29834, ISO_8859_1, f_144615_
String: f, HASH_ALGORITHM, field_29835, field_29835, f_144616_
String: f, HASH_ALGORITHM, field_29835, SHA1, f_144616_
Constructors
Methods
byte[] (String, PublicKey, SecretKey): a, digestData, method_15240, generateServerId, m_13590_, a
byte[] (String, PublicKey, SecretKey): a, digestData, method_15240, generateServerId, m_13590_
SecretKey (PrivateKey, byte[]): a, decryptByteToSecretKey, method_15234, decryptSecretKey, m_13597_, a
SecretKey (PrivateKey, byte[]): a, decryptByteToSecretKey, method_15234, decryptSecretKey, m_13597_
Cipher (int, String, Key): a, setupCipher, method_15241, crypt, m_13579_, a
Cipher (int, String, Key): a, setupCipher, method_15241, crypt, m_13579_
Cipher (int, Key): a, getCipher, method_15235, cipherFromKey, m_13583_, a
Cipher (int, Key): a, getCipher, method_15235, cipherFromKey, m_13583_
1.17.1
Names
Fields
Constructors
Methods
1.17
Names
aeu
agj
net.minecraft.util.CryptManager
net.minecraft.src.C_166_
net.minecraft.server.v1_16_R3.MinecraftEncryption
net.minecraft.util.MinecraftEncryption
Fields
String: a, SYMMETRIC_ALGORITHM, field_29830, field_29830, f_144611_
int: b, SYMMETRIC_BITS, field_29831, field_29831, f_144612_
String: c, ASYMMETRIC_ALGORITHM, field_29832, field_29832, f_144613_
int: d, ASYMMETRIC_BITS, field_29833, field_29833, f_144614_
String: e, BYTE_ENCODING, field_29834, field_29834, f_144615_
String: f, HASH_ALGORITHM, field_29835, field_29835, f_144616_
Constructors
()
Methods
KeyPair (): b, generateKeyPair, method_15237, generateServerKeyPair, func_75891_b
KeyPair (): b, generateKeyPair, method_15237, generateServerKeyPair, m_13604_
byte[] (String, PublicKey, SecretKey): a, digestData, method_15240, generateServerId, func_75895_a, a
byte[] (String, PublicKey, SecretKey): a, digestData, method_15240, generateServerId, m_13590_, a
PublicKey (byte[]): a, byteToPublicKey, method_15242, readEncodedPublicKey, func_75896_a
PublicKey (byte[]): a, byteToPublicKey, method_15242, readEncodedPublicKey, m_13600_
SecretKey (PrivateKey, byte[]): a, decryptByteToSecretKey, method_15234, decryptSecretKey, func_75887_a, a
SecretKey (PrivateKey, byte[]): a, decryptByteToSecretKey, method_15234, decryptSecretKey, m_13597_, a
byte[] (Key, byte[]): b, decryptUsingKey, method_15243, decrypt, func_75889_b
byte[] (Key, byte[]): b, decryptUsingKey, method_15243, decrypt, m_13605_
byte[] (int, Key, byte[]): a, cipherData, method_15244, crypt, func_75885_a
byte[] (int, Key, byte[]): a, cipherData, method_15244, crypt, m_13586_
Cipher (int, String, Key): a, setupCipher, method_15241, crypt, func_75886_a, a
Cipher (int, String, Key): a, setupCipher, method_15241, crypt, m_13579_, a
Cipher (int, Key): a, getCipher, method_15235, cipherFromKey, func_151229_a, a
Cipher (int, Key): a, getCipher, method_15235, cipherFromKey, m_13583_, a
SecretKey (): a, generateSecretKey, method_15239, generateKey, func_75890_a
SecretKey (): a, generateSecretKey, method_15239, generateKey, m_13578_
byte[] (Key, byte[]): a, encryptUsingKey, method_15238, encrypt, func_75894_a
byte[] (Key, byte[]): a, encryptUsingKey, method_15238, encrypt, m_13594_
byte[] (byte[]...): a, digestData, method_15236, hash, func_244731_a
byte[] (byte[]...): a, digestData, method_15236, hash, m_13602_
1.16.5
Names
net.minecraft.network.NetworkEncryptionUtils
net.minecraft.network.encryption.NetworkEncryptionUtils
Fields
Constructors
Methods
1.16.4
Names
aes
aeu
net.minecraft.server.v1_16_R2.MinecraftEncryption
net.minecraft.server.v1_16_R3.MinecraftEncryption
Fields
org.apache.logging.log4j.Logger: a, LOGGER, field_15652, LOGGER, field_180198_a
Constructors
Methods
byte[] (String, byte[]...): a, digestData, method_15236, hash, func_75893_a
byte[] (byte[]...): a, digestData, method_15236, hash, func_244731_a
1.16.3
Names
Fields
Constructors
Methods
1.16.2
Names
adn
aes
net.minecraft.server.v1_16_R1.MinecraftEncryption
net.minecraft.server.v1_16_R2.MinecraftEncryption
Fields
Constructors
Methods
1.16.1
Names
abg
adn
net.minecraft.server.v1_15_R1.MinecraftEncryption
net.minecraft.server.v1_16_R1.MinecraftEncryption
Fields
Constructors
Methods
1.15.2
Names
Fields
Constructors
Methods
1.15.1
Names
Fields
Constructors
Methods
1.15
Names
zo
abg
net.minecraft.server.v1_14_R1.MinecraftEncryption
net.minecraft.server.v1_15_R1.MinecraftEncryption
Fields
Constructors
Methods
1.14.4
Names
zm
zo
net.minecraft.util.Crypt
Fields
org.apache.logging.log4j.Logger: a, field_15652, LOGGER, field_180198_a
org.apache.logging.log4j.Logger: a, LOGGER, field_15652, LOGGER, field_180198_a
Constructors
Methods
KeyPair (): b, method_15237, generateServerKeyPair, func_75891_b
KeyPair (): b, generateKeyPair, method_15237, generateServerKeyPair, func_75891_b
byte[] (String, PublicKey, SecretKey): a, method_15240, generateServerId, func_75895_a, a
byte[] (String, PublicKey, SecretKey): a, digestData, method_15240, generateServerId, func_75895_a, a
byte[] (String, byte[]...): a, method_15236, hash, func_75893_a
byte[] (String, byte[]...): a, digestData, method_15236, hash, func_75893_a
PublicKey (byte[]): a, method_15242, readEncodedPublicKey, func_75896_a
PublicKey (byte[]): a, byteToPublicKey, method_15242, readEncodedPublicKey, func_75896_a
SecretKey (PrivateKey, byte[]): a, method_15234, decryptSecretKey, func_75887_a, a
SecretKey (PrivateKey, byte[]): a, decryptByteToSecretKey, method_15234, decryptSecretKey, func_75887_a, a
byte[] (Key, byte[]): b, method_15243, decrypt, func_75889_b
byte[] (Key, byte[]): b, decryptUsingKey, method_15243, decrypt, func_75889_b
byte[] (int, Key, byte[]): a, method_15244, crypt, func_75885_a
byte[] (int, Key, byte[]): a, cipherData, method_15244, crypt, func_75885_a
Cipher (int, String, Key): a, method_15241, crypt, func_75886_a, a
Cipher (int, String, Key): a, setupCipher, method_15241, crypt, func_75886_a, a
Cipher (int, Key): a, method_15235, cipherFromKey, func_151229_a, a
Cipher (int, Key): a, getCipher, method_15235, cipherFromKey, func_151229_a, a
SecretKey (): a, method_15239, generateKey, func_75890_a
SecretKey (): a, generateSecretKey, method_15239, generateKey, func_75890_a
byte[] (Key, byte[]): a, method_15238, encrypt, func_75894_a
byte[] (Key, byte[]): a, encryptUsingKey, method_15238, encrypt, func_75894_a
1.14.3
Names
zj
zm
net.minecraft.network.NetworkEncryptionUtils
Fields
org.apache.logging.log4j.Logger: a, field_15652, field_180198_a
org.apache.logging.log4j.Logger: a, field_15652, LOGGER, field_180198_a
Constructors
Methods
KeyPair (): b, method_15237, func_75891_b
KeyPair (): b, method_15237, generateServerKeyPair, func_75891_b
byte[] (String, PublicKey, SecretKey): a, method_15240, func_75895_a, a
byte[] (String, PublicKey, SecretKey): a, method_15240, generateServerId, func_75895_a, a
byte[] (String, byte[]...): a, method_15236, func_75893_a
byte[] (String, byte[]...): a, method_15236, hash, func_75893_a
PublicKey (byte[]): a, method_15242, func_75896_a
PublicKey (byte[]): a, method_15242, readEncodedPublicKey, func_75896_a
SecretKey (PrivateKey, byte[]): a, method_15234, func_75887_a, a
SecretKey (PrivateKey, byte[]): a, method_15234, decryptSecretKey, func_75887_a, a
byte[] (Key, byte[]): b, method_15243, func_75889_b
byte[] (Key, byte[]): b, method_15243, decrypt, func_75889_b
byte[] (int, Key, byte[]): a, method_15244, func_75885_a
byte[] (int, Key, byte[]): a, method_15244, crypt, func_75885_a
Cipher (int, String, Key): a, method_15241, func_75886_a, a
Cipher (int, String, Key): a, method_15241, crypt, func_75886_a, a
Cipher (int, Key): a, method_15235, func_151229_a, a
Cipher (int, Key): a, method_15235, cipherFromKey, func_151229_a, a
SecretKey (): a, method_15239, func_75890_a
SecretKey (): a, method_15239, generateKey, func_75890_a
byte[] (Key, byte[]): a, method_15238, func_75894_a
byte[] (Key, byte[]): a, method_15238, encrypt, func_75894_a
1.14.2
Names
Fields
Constructors
Methods
1.14.1
Names
Fields
Constructors
Methods
1.14
Names
xh
zj
net.minecraft.class_3515
net.minecraft.server.v1_13_R2.MinecraftEncryption
net.minecraft.server.v1_14_R1.MinecraftEncryption
Fields
org.apache.logging.log4j.Logger: a, field_180198_a
org.apache.logging.log4j.Logger: a, field_15652, field_180198_a
Constructors
Methods
KeyPair (): b, func_75891_b
KeyPair (): b, method_15237, func_75891_b
byte[] (String, PublicKey, SecretKey): a, func_75895_a, a
byte[] (String, PublicKey, SecretKey): a, method_15240, func_75895_a, a
byte[] (String, byte[]...): a, func_75893_a
byte[] (String, byte[]...): a, method_15236, func_75893_a
PublicKey (byte[]): a, func_75896_a
PublicKey (byte[]): a, method_15242, func_75896_a
SecretKey (PrivateKey, byte[]): a, func_75887_a, a
SecretKey (PrivateKey, byte[]): a, method_15234, func_75887_a, a
byte[] (Key, byte[]): b, func_75889_b
byte[] (Key, byte[]): b, method_15243, func_75889_b
byte[] (int, Key, byte[]): a, func_75885_a
byte[] (int, Key, byte[]): a, method_15244, func_75885_a
Cipher (int, String, Key): a, func_75886_a, a
Cipher (int, String, Key): a, method_15241, func_75886_a, a
Cipher (int, Key): a, func_151229_a, a
Cipher (int, Key): a, method_15235, func_151229_a, a
SecretKey (): a, func_75890_a
SecretKey (): a, method_15239, func_75890_a
byte[] (Key, byte[]): a, func_75894_a
byte[] (Key, byte[]): a, method_15238, func_75894_a
1.13.2
Names
Fields
Constructors
Methods
1.13.1
Names
xg
xh
net.minecraft.server.v1_13_R1.MinecraftEncryption
net.minecraft.server.v1_13_R2.MinecraftEncryption
Fields
Constructors
Methods
1.13
Names
ra
xg
net.minecraft.server.v1_12_R1.MinecraftEncryption
net.minecraft.server.v1_13_R1.MinecraftEncryption
Fields
Constructors
Methods
1.12.2
Names
Fields
Constructors
Methods
1.12.1
Names
qy
ra
Fields
Constructors
Methods
1.12
Names
oi
qy
net.minecraft.server.v1_11_R1.MinecraftEncryption
net.minecraft.server.v1_12_R1.MinecraftEncryption
Fields
Constructors
Methods
1.11.2
Names
Fields
Constructors
Methods
1.11.1
Names
Fields
Constructors
Methods
1.11
Names
oe
oi
net.minecraft.server.v1_10_R1.MinecraftEncryption
net.minecraft.server.v1_11_R1.MinecraftEncryption
Fields
Constructors
Methods
1.10.2
Names
Fields
Constructors
Methods
1.10
Names
oc
oe
net.minecraft.server.v1_9_R2.MinecraftEncryption
net.minecraft.server.v1_10_R1.MinecraftEncryption
Fields
Constructors
Methods
1.9.4
Names
ob
oc
net.minecraft.server.v1_9_R1.MinecraftEncryption
net.minecraft.server.v1_9_R2.MinecraftEncryption
Fields
Constructors
Methods
1.9.2
Names
Fields
Constructors
Methods
1.9
Names
ng
ob
net.minecraft.server.v1_8_R3.MinecraftEncryption
net.minecraft.server.v1_9_R1.MinecraftEncryption
Fields
Constructors
Methods
1.8.8
Names
ng
net.minecraft.util.CryptManager
net.minecraft.server.v1_8_R3.MinecraftEncryption
Fields
org.apache.logging.log4j.Logger: a, field_180198_a
Constructors
Methods
KeyPair (): b, func_75891_b
byte[] (String, PublicKey, SecretKey): a, func_75895_a, a
byte[] (String, byte[]...): a, func_75893_a
PublicKey (byte[]): a, func_75896_a
SecretKey (PrivateKey, byte[]): a, func_75887_a, a
byte[] (Key, byte[]): b, func_75889_b
byte[] (int, Key, byte[]): a, func_75885_a
Cipher (int, String, Key): a, func_75886_a, a
Cipher (int, Key): a, func_151229_a, a
SecretKey (): a, func_75890_a
byte[] (Key, byte[]): a, func_75894_a