From 0427ab89f1753a44b30cbc35ce021cbbdc845109 Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Thu, 10 Aug 2017 18:52:45 +0300 Subject: fix missing source folder --- javadoc/net/minecraft/util/CryptManager.html | 357 +++++++++++++++++++++++++++ 1 file changed, 357 insertions(+) create mode 100644 javadoc/net/minecraft/util/CryptManager.html (limited to 'javadoc/net/minecraft/util/CryptManager.html') diff --git a/javadoc/net/minecraft/util/CryptManager.html b/javadoc/net/minecraft/util/CryptManager.html new file mode 100644 index 0000000..d8a740c --- /dev/null +++ b/javadoc/net/minecraft/util/CryptManager.html @@ -0,0 +1,357 @@ + + + + + +CryptManager (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.util
+

Class CryptManager

+
+
+ +
+
    +
  • +
    +
    +
    public class CryptManager
    +extends java.lang.Object
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      CryptManager() 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      static java.security.KeyPaircreateNewKeyPair() 
      static javax.crypto.SecretKeycreateNewSharedKey() 
      static java.security.PublicKeydecodePublicKey(byte[] p_75896_0_) 
      static byte[]decryptData(java.security.Key p_75889_0_, + byte[] p_75889_1_) 
      static javax.crypto.SecretKeydecryptSharedKey(java.security.PrivateKey p_75887_0_, + byte[] p_75887_1_) 
      static byte[]encryptData(java.security.Key p_75894_0_, + byte[] p_75894_1_) 
      static javax.crypto.Cipherfunc_151229_a(int p_151229_0_, + java.security.Key p_151229_1_) 
      static byte[]getServerIdHash(java.lang.String p_75895_0_, + java.security.PublicKey p_75895_1_, + javax.crypto.SecretKey p_75895_2_) 
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        CryptManager

        +
        public CryptManager()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        createNewSharedKey

        +
        public static javax.crypto.SecretKey createNewSharedKey()
        +
      • +
      + + + +
        +
      • +

        createNewKeyPair

        +
        public static java.security.KeyPair createNewKeyPair()
        +
      • +
      + + + +
        +
      • +

        getServerIdHash

        +
        public static byte[] getServerIdHash(java.lang.String p_75895_0_,
        +                     java.security.PublicKey p_75895_1_,
        +                     javax.crypto.SecretKey p_75895_2_)
        +
      • +
      + + + +
        +
      • +

        decodePublicKey

        +
        public static java.security.PublicKey decodePublicKey(byte[] p_75896_0_)
        +
      • +
      + + + +
        +
      • +

        decryptSharedKey

        +
        public static javax.crypto.SecretKey decryptSharedKey(java.security.PrivateKey p_75887_0_,
        +                                      byte[] p_75887_1_)
        +
      • +
      + + + +
        +
      • +

        encryptData

        +
        public static byte[] encryptData(java.security.Key p_75894_0_,
        +                 byte[] p_75894_1_)
        +
      • +
      + + + +
        +
      • +

        decryptData

        +
        public static byte[] decryptData(java.security.Key p_75889_0_,
        +                 byte[] p_75889_1_)
        +
      • +
      + + + +
        +
      • +

        func_151229_a

        +
        public static javax.crypto.Cipher func_151229_a(int p_151229_0_,
        +                                java.security.Key p_151229_1_)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + -- cgit v1.2.3