net.minecraft.util

public class Crypt

aoj
net.minecraft.util.Crypt
net.minecraft.class_3515
net.minecraft.network.encryption.NetworkEncryptionUtils
net.minecraft.src.C_166_
net.minecraft.util.MinecraftEncryption

Field summary

Modifier and TypeField
private static final String
h
SYMMETRIC_ALGORITHM
field_29830
AES
f_144611_
private static final int
i
SYMMETRIC_BITS
field_29831
AES_KEY_LENGTH
f_144612_
private static final String
j
ASYMMETRIC_ALGORITHM
field_29832
RSA
f_144613_
private static final int
k
ASYMMETRIC_BITS
field_29833
RSA_KEY_LENGTH
f_144614_
private static final String
l
BYTE_ENCODING
field_29834
ISO_8859_1
f_144615_
private static final String
m
HASH_ALGORITHM
field_29835
SHA1
f_144616_
public static final String
a
SIGNING_ALGORITHM
field_39109
SHA256_WITH_RSA
f_216059_
public static final int
b
SIGNATURE_BYTES
field_40111
SHA256_BITS
f_244257_
private static final String
n
PEM_RSA_PRIVATE_KEY_HEADER
field_39037
RSA_PRIVATE_KEY_PREFIX
f_216065_
private static final String
o
PEM_RSA_PRIVATE_KEY_FOOTER
field_39038
RSA_PRIVATE_KEY_SUFFIX
f_216066_
public static final String
c
RSA_PUBLIC_KEY_HEADER
field_39033
RSA_PUBLIC_KEY_PREFIX
f_216060_
private static final String
p
RSA_PUBLIC_KEY_FOOTER
field_39039
RSA_PUBLIC_KEY_SUFFIX
f_216067_
public static final String
d
MIME_LINE_SEPARATOR
field_39034
LINEBREAK
f_216061_
public static final Base64$Encoder
e
MIME_ENCODER
field_39272
BASE64_ENCODER
f_216062_
public static final com.mojang.serialization.Codec<PublicKey>
f
PUBLIC_KEY_CODEC
field_39035
RSA_PUBLIC_KEY_CODEC
f_216063_
public static final com.mojang.serialization.Codec<PrivateKey>
g
PRIVATE_KEY_CODEC
field_39036
RSA_PRIVATE_KEY_CODEC
f_216064_

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public static SecretKey
a()
generateSecretKey()
method_15239()
generateSecretKey()
m_13578_()
public static KeyPair
b()
generateKeyPair()
method_15237()
generateServerKeyPair()
m_13604_()
public static byte[]
a(String arg0, PublicKey arg1, SecretKey arg2)
digestData(String arg0, PublicKey arg1, SecretKey arg2)
method_15240(String arg0, PublicKey arg1, SecretKey arg2)
computeServerId(String baseServerId, PublicKey publicKey, SecretKey secretKey)
m_13590_(String p_13591_, PublicKey p_13592_, SecretKey p_13593_)
private static byte[]
a(byte[]... arg0)
digestData(byte[]... arg0)
method_15236(byte[]... arg0)
hash(byte[]... bytes)
m_13602_(byte[]... p_13603_)
private static <T extends Key> T
a(String arg0, String arg1, String arg2, aoj$a<T> arg3)
rsaStringToKey(String arg0, String arg1, String arg2, Crypt$ByteArrayToKeyFunction<T> arg3)
method_43520(String arg0, String arg1, String arg2, class_3515$class_7424<T> arg3)
decodePem(String key, String prefix, String suffix, NetworkEncryptionUtils$KeyDecoder<T> decoder)
m_216071_(String p_216072_, String p_216073_, String p_216074_, C_166_$C_212967_<T> p_216075_)
public static PrivateKey
a(String arg0)
stringToPemRsaPrivateKey(String arg0)
method_43519(String arg0)
decodeRsaPrivateKeyPem(String key)
m_216069_(String p_216070_)
public static PublicKey
b(String arg0)
stringToRsaPublicKey(String arg0)
method_43524(String arg0)
decodeRsaPublicKeyPem(String key)
m_216080_(String p_216081_)
public static String
a(PublicKey arg0)
rsaPublicKeyToString(PublicKey arg0)
method_43522(PublicKey arg0)
encodeRsaPublicKey(PublicKey key)
m_216078_(PublicKey p_216079_)
public static String
a(PrivateKey arg0)
pemRsaPrivateKeyToString(PrivateKey arg0)
method_43521(PrivateKey arg0)
encodeRsaPrivateKey(PrivateKey key)
m_216076_(PrivateKey p_216077_)
private static PrivateKey
b(byte[] arg0)
byteToPrivateKey(byte[] arg0)
method_43525(byte[] arg0)
decodeEncodedRsaPrivateKey(byte[] key)
m_216082_(byte[] p_216083_)
public static PublicKey
a(byte[] arg0)
byteToPublicKey(byte[] arg0)
method_15242(byte[] arg0)
decodeEncodedRsaPublicKey(byte[] key)
m_13600_(byte[] p_13601_)
public static SecretKey
a(PrivateKey arg0, byte[] arg1)
decryptByteToSecretKey(PrivateKey arg0, byte[] arg1)
method_15234(PrivateKey arg0, byte[] arg1)
decryptSecretKey(PrivateKey privateKey, byte[] encryptedSecretKey)
m_13597_(PrivateKey p_13598_, byte[] p_13599_)
public static byte[]
a(Key arg0, byte[] arg1)
encryptUsingKey(Key arg0, byte[] arg1)
method_15238(Key arg0, byte[] arg1)
encrypt(Key key, byte[] data)
m_13594_(Key p_13595_, byte[] p_13596_)
public static byte[]
b(Key arg0, byte[] arg1)
decryptUsingKey(Key arg0, byte[] arg1)
method_15243(Key arg0, byte[] arg1)
decrypt(Key key, byte[] data)
m_13605_(Key p_13606_, byte[] p_13607_)
private static byte[]
a(int arg0, Key arg1, byte[] arg2)
cipherData(int arg0, Key arg1, byte[] arg2)
method_15244(int arg0, Key arg1, byte[] arg2)
crypt(int opMode, Key key, byte[] data)
m_13586_(int p_13587_, Key p_13588_, byte[] p_13589_)
private static Cipher
a(int arg0, String arg1, Key arg2)
setupCipher(int arg0, String arg1, Key arg2)
method_15241(int arg0, String arg1, Key arg2)
createCipher(int opMode, String algorithm, Key key)
m_13579_(int p_13580_, String p_13581_, Key p_13582_)
public static Cipher
a(int arg0, Key arg1)
getCipher(int arg0, Key arg1)
method_15235(int arg0, Key arg1)
cipherFromKey(int opMode, Key key)
m_13583_(int p_13584_, Key p_13585_)