History - net.minecraft.network.encryption.NetworkEncryptionUtils

26.3-snapshot-3

Names

Fields

Constructors

Methods

26.3-snapshot-2

Names

Fields

Constructors

Methods

26.3-snapshot-1

Names

Fields

Constructors

Methods

26.2

Names

Fields

Constructors

Methods

26.1.2

Names

Fields

Constructors

Methods

26.1.1

Names

Fields

Constructors

Methods

26.1

Names

Fields

Constructors

Methods

1.21.11_unobfuscated

Names

net.minecraft.util.Crypt

net.minecraft.class_3515

net.minecraft.network.encryption.NetworkEncryptionUtils

Fields

String: SYMMETRIC_ALGORITHM, field_29830, AES

int: SYMMETRIC_BITS, field_29831, AES_KEY_LENGTH

String: ASYMMETRIC_ALGORITHM, field_29832, RSA

int: ASYMMETRIC_BITS, field_29833, RSA_KEY_LENGTH

String: BYTE_ENCODING, field_29834, ISO_8859_1

String: HASH_ALGORITHM, field_29835, SHA1

String: SIGNING_ALGORITHM, field_39109, SHA256_WITH_RSA

int: SIGNATURE_BYTES, field_40111, SHA256_BITS

String: PEM_RSA_PRIVATE_KEY_HEADER, field_39037, RSA_PRIVATE_KEY_PREFIX

String: PEM_RSA_PRIVATE_KEY_FOOTER, field_39038, RSA_PRIVATE_KEY_SUFFIX

String: RSA_PUBLIC_KEY_HEADER, field_39033, RSA_PUBLIC_KEY_PREFIX

String: RSA_PUBLIC_KEY_FOOTER, field_39039, RSA_PUBLIC_KEY_SUFFIX

String: MIME_LINE_SEPARATOR, field_39034, LINEBREAK

Base64$Encoder: MIME_ENCODER, field_39272, BASE64_ENCODER

com.mojang.serialization.Codec<PublicKey>: PUBLIC_KEY_CODEC, field_39035, RSA_PUBLIC_KEY_CODEC

com.mojang.serialization.Codec<PrivateKey>: PRIVATE_KEY_CODEC, field_39036, RSA_PRIVATE_KEY_CODEC

Constructors

()

Methods

SecretKey (): generateSecretKey, method_15239, generateSecretKey

KeyPair (): generateKeyPair, method_15237, generateServerKeyPair

byte[] (String, PublicKey, SecretKey): digestData, method_15240, computeServerId

byte[] (byte[]...): digestData, method_15236, hash

<T extends Key> T (String, String, String, NetworkEncryptionUtils$KeyDecoder<T>): rsaStringToKey, method_43520, decodePem

PrivateKey (String): stringToPemRsaPrivateKey, method_43519, decodeRsaPrivateKeyPem

PublicKey (String): stringToRsaPublicKey, method_43524, decodeRsaPublicKeyPem

String (PublicKey): rsaPublicKeyToString, method_43522, encodeRsaPublicKey

String (PrivateKey): pemRsaPrivateKeyToString, method_43521, encodeRsaPrivateKey

PrivateKey (byte[]): byteToPrivateKey, method_43525, decodeEncodedRsaPrivateKey

PublicKey (byte[]): byteToPublicKey, method_15242, decodeEncodedRsaPublicKey

SecretKey (PrivateKey, byte[]): decryptByteToSecretKey, method_15234, decryptSecretKey

byte[] (Key, byte[]): encryptUsingKey, method_15238, encrypt

byte[] (Key, byte[]): decryptUsingKey, method_15243, decrypt

byte[] (int, Key, byte[]): cipherData, method_15244, crypt

Cipher (int, String, Key): setupCipher, method_15241, createCipher

Cipher (int, Key): getCipher, method_15235, cipherFromKey

com.mojang.serialization.DataResult (String): lambda$static$1, method_43526, method_43526

com.mojang.serialization.DataResult (String): lambda$static$0, method_43527, method_43527