-- AES
-- AES.InvalidAESStreamException
-- AES.InvalidKeyLengthException
-- AES.InvalidPasswordException
-- AES.StrongEncryptionNotAvailableException
+- AES
+- AES.InvalidAESStreamException
+- AES.InvalidKeyLengthException
+- AES.InvalidPasswordException
+- AES.StrongEncryptionNotAvailableException
- Cipher
- Client
- ClientHandler
diff --git a/Javadoc/SubServers.Bungee/index-all.html b/Javadoc/SubServers.Bungee/index-all.html
index 806bb594..25e5d38c 100644
--- a/Javadoc/SubServers.Bungee/index-all.html
+++ b/Javadoc/SubServers.Bungee/index-all.html
@@ -150,27 +150,27 @@
- addSubServer(UUID, String, boolean, int, String, boolean, String, Executable, String, boolean, boolean, boolean, boolean, boolean) - Method in class net.ME1312.SubServers.Bungee.Host.Internal.InternalHost
-
-- AES - Class in net.ME1312.SubServers.Bungee.Network.Ciphers
+- AES - Class in net.ME1312.SubServers.Bungee.Network.Encryption
-
A class to perform password-based AES encryption and decryption in CBC mode.
-- AES(int) - Constructor for class net.ME1312.SubServers.Bungee.Network.Ciphers.AES
+- AES(int) - Constructor for class net.ME1312.SubServers.Bungee.Network.Encryption.AES
-
Constructor for use as a SubData Cipher
-- AES.InvalidAESStreamException - Exception in net.ME1312.SubServers.Bungee.Network.Ciphers
+- AES.InvalidAESStreamException - Exception in net.ME1312.SubServers.Bungee.Network.Encryption
-
Thrown if an attempt is made to decrypt an invalid AES stream.
-- AES.InvalidKeyLengthException - Exception in net.ME1312.SubServers.Bungee.Network.Ciphers
+- AES.InvalidKeyLengthException - Exception in net.ME1312.SubServers.Bungee.Network.Encryption
-
Thrown if an attempt is made to encrypt a stream with an invalid AES key length.
-- AES.InvalidPasswordException - Exception in net.ME1312.SubServers.Bungee.Network.Ciphers
+- AES.InvalidPasswordException - Exception in net.ME1312.SubServers.Bungee.Network.Encryption
-
Thrown if an attempt is made to decrypt a stream with an incorrect password.
-- AES.StrongEncryptionNotAvailableException - Exception in net.ME1312.SubServers.Bungee.Network.Ciphers
+- AES.StrongEncryptionNotAvailableException - Exception in net.ME1312.SubServers.Bungee.Network.Encryption
-
Thrown if 192- or 256-bit AES encryption or decryption is attempted,
but not available on the particular Java platform.
@@ -430,13 +430,13 @@
-
Decrypt Encrypted JSON Data
- - decrypt(String, InputStream, OutputStream) - Static method in class net.ME1312.SubServers.Bungee.Network.Ciphers.AES
+- decrypt(String, InputStream, OutputStream) - Static method in class net.ME1312.SubServers.Bungee.Network.Encryption.AES
-
-
+
-- decrypt(String, byte[]) - Method in class net.ME1312.SubServers.Bungee.Network.Ciphers.AES
+- decrypt(String, byte[]) - Method in class net.ME1312.SubServers.Bungee.Network.Encryption.AES
-
-
+
- deleteDirectory(File) - Static method in class net.ME1312.SubServers.Bungee.Library.Util
-
@@ -500,14 +500,20 @@
-
Encrypt JSON Data
- - encrypt(int, String, InputStream, OutputStream) - Static method in class net.ME1312.SubServers.Bungee.Network.Ciphers.AES
+- encrypt(int, String, InputStream, OutputStream) - Static method in class net.ME1312.SubServers.Bungee.Network.Encryption.AES
-
Encrypts a stream of data.
-- encrypt(String, JSONObject) - Method in class net.ME1312.SubServers.Bungee.Network.Ciphers.AES
+- encrypt(String, JSONObject) - Method in class net.ME1312.SubServers.Bungee.Network.Encryption.AES
-
-
+
+- equals(Object) - Method in class net.ME1312.SubServers.Bungee.Library.Config.YAMLConfig
+-
+- equals(Object) - Method in class net.ME1312.SubServers.Bungee.Library.Config.YAMLSection
+-
+- equals(Object) - Method in class net.ME1312.SubServers.Bungee.Library.Config.YAMLValue
+-
- equals(Object) - Method in class net.ME1312.SubServers.Bungee.Library.Container
-
- equals(Object) - Method in class net.ME1312.SubServers.Bungee.Library.NamedContainer
@@ -1292,7 +1298,7 @@
-
Get the name of this Cipher
-- getName() - Method in class net.ME1312.SubServers.Bungee.Network.Ciphers.AES
+- getName() - Method in class net.ME1312.SubServers.Bungee.Network.Encryption.AES
-
- getName() - Method in class net.ME1312.SubServers.Bungee.SubPlugin
-
@@ -1778,9 +1784,9 @@
-
Creates an Internal SubServer
- - InvalidAESStreamException() - Constructor for exception net.ME1312.SubServers.Bungee.Network.Ciphers.AES.InvalidAESStreamException
+- InvalidAESStreamException() - Constructor for exception net.ME1312.SubServers.Bungee.Network.Encryption.AES.InvalidAESStreamException
-
-- InvalidAESStreamException(Exception) - Constructor for exception net.ME1312.SubServers.Bungee.Network.Ciphers.AES.InvalidAESStreamException
+- InvalidAESStreamException(Exception) - Constructor for exception net.ME1312.SubServers.Bungee.Network.Encryption.AES.InvalidAESStreamException
-
- invalidateObjectSignature(String) - Method in class net.ME1312.SubServers.Bungee.SubAPI
-
@@ -1802,7 +1808,7 @@
-
- InvalidHostException(String) - Constructor for exception net.ME1312.SubServers.Bungee.Library.Exception.InvalidHostException
-
-- InvalidPasswordException() - Constructor for exception net.ME1312.SubServers.Bungee.Network.Ciphers.AES.InvalidPasswordException
+- InvalidPasswordException() - Constructor for exception net.ME1312.SubServers.Bungee.Network.Encryption.AES.InvalidPasswordException
-
- InvalidServerException - Exception in net.ME1312.SubServers.Bungee.Library.Exception
-
@@ -2156,7 +2162,7 @@
-
- net.ME1312.SubServers.Bungee.Network - package net.ME1312.SubServers.Bungee.Network
-
-- net.ME1312.SubServers.Bungee.Network.Ciphers - package net.ME1312.SubServers.Bungee.Network.Ciphers
+- net.ME1312.SubServers.Bungee.Network.Encryption - package net.ME1312.SubServers.Bungee.Network.Encryption
-
- net.ME1312.SubServers.Bungee.Network.Packet - package net.ME1312.SubServers.Bungee.Network.Packet
-
@@ -2992,7 +2998,7 @@
-
Reset all changes made by startListeners
-- StrongEncryptionNotAvailableException(int) - Constructor for exception net.ME1312.SubServers.Bungee.Network.Ciphers.AES.StrongEncryptionNotAvailableException
+- StrongEncryptionNotAvailableException(int) - Constructor for exception net.ME1312.SubServers.Bungee.Network.Encryption.AES.StrongEncryptionNotAvailableException
-
- SubAddHostEvent - Class in net.ME1312.SubServers.Bungee.Event
-
diff --git a/Javadoc/SubServers.Bungee/net/ME1312/SubServers/Bungee/Library/Config/YAMLConfig.html b/Javadoc/SubServers.Bungee/net/ME1312/SubServers/Bungee/Library/Config/YAMLConfig.html
index f471b603..a21a141c 100644
--- a/Javadoc/SubServers.Bungee/net/ME1312/SubServers/Bungee/Library/Config/YAMLConfig.html
+++ b/Javadoc/SubServers.Bungee/net/ME1312/SubServers/Bungee/Library/Config/YAMLConfig.html
@@ -17,7 +17,7 @@
catch(err) {
}
//-->
-var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10};
+var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
@@ -148,36 +148,40 @@ extends java.lang.Object
Method and Description |
+boolean |
+equals(java.lang.Object object) |
+
+
YAMLSection |
get()
Get Config Contents
|
-
+
void |
reload()
Reload Config Contents
|
-
+
void |
save()
Save Config Contents
|
-
+
void |
set(YAMLSection value)
Set Config Contents
|
-
+
org.json.JSONObject |
toJSON()
Converts Config Contents to JSON
|
-
+
java.lang.String |
toString() |
@@ -187,7 +191,7 @@ extends java.lang.Object
Methods inherited from class java.lang.Object
-equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
+getClass, hashCode, notify, notifyAll, wait, wait, wait
@@ -288,6 +292,19 @@ extends java.lang.Object
+
+
+
+
diff --git a/Javadoc/SubServers.Bungee/net/ME1312/SubServers/Bungee/Library/Config/YAMLSection.html b/Javadoc/SubServers.Bungee/net/ME1312/SubServers/Bungee/Library/Config/YAMLSection.html
index a28346e7..e2b68bf4 100644
--- a/Javadoc/SubServers.Bungee/net/ME1312/SubServers/Bungee/Library/Config/YAMLSection.html
+++ b/Javadoc/SubServers.Bungee/net/ME1312/SubServers/Bungee/Library/Config/YAMLSection.html
@@ -17,7 +17,7 @@
catch(err) {
}
//-->
-var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10,"i22":10,"i23":10,"i24":10,"i25":10,"i26":10,"i27":10,"i28":10,"i29":10,"i30":10,"i31":10,"i32":10,"i33":10,"i34":10,"i35":10,"i36":10,"i37":10,"i38":10,"i39":10,"i40":10,"i41":10,"i42":10,"i43":10,"i44":10,"i45":10,"i46":10,"i47":10,"i48":10,"i49":10,"i50":10,"i51":10,"i52":10,"i53":10,"i54":10,"i55":10,"i56":10,"i57":10,"i58":10,"i59":10,"i60":10,"i61":10,"i62":10,"i63":10,"i64":10,"i65":10,"i66":10,"i67":10,"i68":10,"i69":10,"i70":10,"i71":10,"i72":10,"i73":10,"i74":10,"i75":10,"i76":10,"i77":10,"i78":10,"i79":10,"i80":10,"i81":10,"i82":10};
+var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10,"i22":10,"i23":10,"i24":10,"i25":10,"i26":10,"i27":10,"i28":10,"i29":10,"i30":10,"i31":10,"i32":10,"i33":10,"i34":10,"i35":10,"i36":10,"i37":10,"i38":10,"i39":10,"i40":10,"i41":10,"i42":10,"i43":10,"i44":10,"i45":10,"i46":10,"i47":10,"i48":10,"i49":10,"i50":10,"i51":10,"i52":10,"i53":10,"i54":10,"i55":10,"i56":10,"i57":10,"i58":10,"i59":10,"i60":10,"i61":10,"i62":10,"i63":10,"i64":10,"i65":10,"i66":10,"i67":10,"i68":10,"i69":10,"i70":10,"i71":10,"i72":10,"i73":10,"i74":10,"i75":10,"i76":10,"i77":10,"i78":10,"i79":10,"i80":10,"i81":10,"i82":10,"i83":10};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
@@ -191,65 +191,69 @@ extends java.lang.Object
+boolean |
+equals(java.lang.Object object) |
+
+
java.util.Map<java.lang.String,?> |
get()
Get a copy of the original Object Map
|
-
+
YAMLValue |
get(java.lang.String handle)
Get an Object by Handle
|
-
+
YAMLValue |
get(java.lang.String handle,
java.lang.Object def)
Get an Object by Handle
|
-
+
YAMLValue |
get(java.lang.String handle,
YAMLValue def)
Get an Object by Handle
|
-
+
java.lang.Boolean |
getBoolean(java.lang.String handle)
Get a Boolean by Handle
|
-
+
java.lang.Boolean |
getBoolean(java.lang.String handle,
java.lang.Boolean def)
Get a Boolean by Handle
|
-
+
java.util.List<java.lang.Boolean> |
getBooleanList(java.lang.String handle)
Get a Boolean List by Handle
|
-
+
java.util.List<java.lang.Boolean> |
getBooleanList(java.lang.String handle,
java.util.List<java.lang.Boolean> def)
Get a Boolean List by Handle
|
-
+
java.lang.String |
getColoredString(java.lang.String handle,
char color)
Get a Colored String by Handle
|
-
+
java.lang.String |
getColoredString(java.lang.String handle,
java.lang.String def,
@@ -257,14 +261,14 @@ extends java.lang.Object
Get a Colored String by Handle
|
-
+
java.util.List<java.lang.String> |
getColoredStringList(java.lang.String handle,
char color)
Get a Colored String List by Handle
|
-
+
java.util.List<java.lang.String> |
getColoredStringList(java.lang.String handle,
java.util.List<java.lang.String> def,
@@ -272,439 +276,439 @@ extends java.lang.Object
Get a Colored String List by Handle
|
-
+
java.lang.Double |
getDouble(java.lang.String handle)
Get a Double by Handle
|
-
+
java.lang.Double |
getDouble(java.lang.String handle,
java.lang.Double def)
Get a Double by Handle
|
-
+
java.util.List<java.lang.Double> |
getDoubleList(java.lang.String handle)
Get a Double List by Handle
|
-
+
java.util.List<java.lang.Double> |
getDoubleList(java.lang.String handle,
java.util.List<java.lang.Double> def)
Get a Double List by Handle
|
-
+
java.lang.Float |
getFloat(java.lang.String handle)
Get a Float by Handle
|
-
+
java.lang.Float |
getFloat(java.lang.String handle,
java.lang.Float def)
Get a Float by Handle
|
-
+
java.util.List<java.lang.Float> |
getFloatList(java.lang.String handle)
Get a Float List by Handle
|
-
+
java.util.List<java.lang.Float> |
getFloatList(java.lang.String handle,
java.util.List<java.lang.Float> def)
Get a Float List by Handle
|
-
+
java.lang.Integer |
getInt(java.lang.String handle)
Get an Integer by Handle
|
-
+
java.lang.Integer |
getInt(java.lang.String handle,
java.lang.Integer def)
Get an Integer by Handle
|
-
+
java.util.List<java.lang.Integer> |
getIntList(java.lang.String handle)
Get an Integer List by Handle
|
-
+
java.util.List<java.lang.Integer> |
getIntList(java.lang.String handle,
java.util.List<java.lang.Integer> def)
Get an Integer List by Handle
|
-
+
java.util.Set<java.lang.String> |
getKeys()
Get the Keys
|
-
+
java.util.List<YAMLValue> |
getList(java.lang.String handle)
Get a List by Handle
|
-
+
java.util.List<YAMLValue> |
getList(java.lang.String handle,
java.util.Collection<?> def)
Get a List by Handle
|
-
+
java.util.List<YAMLValue> |
getList(java.lang.String handle,
java.util.List<? extends YAMLValue> def)
Get a List by Handle
|
-
+
java.lang.Long |
getLong(java.lang.String handle)
Get a Long by Handle
|
-
+
java.lang.Long |
getLong(java.lang.String handle,
java.lang.Long def)
Get a Long by Handle
|
-
+
java.util.List<java.lang.Long> |
getLongList(java.lang.String handle)
Get a Long List by Handle
|
-
+
java.util.List<java.lang.Long> |
getLongList(java.lang.String handle,
java.util.List<java.lang.Long> def)
Get a Long List by Handle
|
-
+
java.lang.Object |
getObject(java.lang.String handle)
Get a Object by Handle
|
-
+
java.lang.Object |
getObject(java.lang.String handle,
java.lang.Object def)
Get a Object by Handle
|
-
+
java.util.List<?> |
getObjectList(java.lang.String handle)
Get a Object List by Handle
|
-
+
java.util.List<?> |
getObjectList(java.lang.String handle,
java.util.List<?> def)
Get a Object List by Handle
|
-
+
java.lang.String |
getRawString(java.lang.String handle)
Get an Unparsed String by Handle
|
-
+
java.lang.String |
getRawString(java.lang.String handle,
java.lang.String def)
Get an Unparsed String by Handle
|
-
+
java.util.List<java.lang.String> |
getRawStringList(java.lang.String handle)
Get an Unparsed String List by Handle
|
-
+
java.util.List<java.lang.String> |
getRawStringList(java.lang.String handle,
java.util.List<java.lang.String> def)
Get an Unparsed String List by Handle
|
-
+
YAMLSection |
getSection(java.lang.String handle)
Get a YAML Section by Handle
|
-
+
YAMLSection |
getSection(java.lang.String handle,
java.util.Map<java.lang.String,?> def)
Get a YAML Section by Handle
|
-
+
YAMLSection |
getSection(java.lang.String handle,
YAMLSection def)
Get a YAML Section by Handle
|
-
+
java.util.List<YAMLSection> |
getSectionList(java.lang.String handle)
Get a YAML Section List by Handle
|
-
+
java.util.List<YAMLSection> |
getSectionList(java.lang.String handle,
java.util.Collection<? extends java.util.Map<java.lang.String,?>> def)
Get a YAML Section List by Handle
|
-
+
java.util.List<YAMLSection> |
getSectionList(java.lang.String handle,
java.util.List<? extends YAMLSection> def)
Get a YAML Section List by Handle
|
-
+
java.lang.Short |
getShort(java.lang.String handle)
Get a Short by Handle
|
-
+
java.lang.Short |
getShort(java.lang.String handle,
java.lang.Short def)
Get a Short by Handle
|
-
+
java.util.List<java.lang.Short> |
getShortList(java.lang.String handle)
Get a Short List by Handle
|
-
+
java.util.List<java.lang.Short> |
getShortList(java.lang.String handle,
java.util.List<java.lang.Short> def)
Get a Short List by Handle
|
-
+
java.lang.String |
getString(java.lang.String handle)
Get a String by Handle
|
-
+
java.lang.String |
getString(java.lang.String handle,
java.lang.String def)
Get a String by Handle
|
-
+
java.util.List<java.lang.String> |
getStringList(java.lang.String handle)
Get a String List by Handle
|
-
+
java.util.List<java.lang.String> |
getStringList(java.lang.String handle,
java.util.List<java.lang.String> def)
Get a String List by Handle
|
-
+
java.util.UUID |
getUUID(java.lang.String handle)
Get a UUID by Handle
|
-
+
java.util.UUID |
getUUID(java.lang.String handle,
java.util.UUID def)
Get a UUID by Handle
|
-
+
java.util.List<java.util.UUID> |
getUUIDList(java.lang.String handle)
Get a UUID List by Handle
|
-
+
java.util.List<java.util.UUID> |
getUUIDList(java.lang.String handle,
java.util.List<java.util.UUID> def)
Get a UUID List by Handle
|
-
+
java.util.Collection<YAMLValue> |
getValues()
Get the Values
|
-
+
boolean |
isBoolean(java.lang.String handle)
Check if object is a Boolean by Handle
|
-
+
boolean |
isList(java.lang.String handle)
Check if object is a List by Handle
|
-
+
boolean |
isNull(java.lang.String handle)
Check if object is Null by Handle
|
-
+
boolean |
isNumber(java.lang.String handle)
Check if object is a Number by Handle
|
-
+
boolean |
isSection(java.lang.String handle)
Check if object is a YAML Section by Handle
|
-
+
boolean |
isString(java.lang.String handle)
Check if object is a String by Handle
|
-
+
boolean |
isUUID(java.lang.String handle)
Check if object is a UUID by Handle
|
-
+
void |
remove(java.lang.String handle)
Remove an Object by Handle
|
-
+
<V> void |
safeSet(java.lang.String handle,
java.util.Collection<V> list)
Set Collection<V> into this YAML Section without overwriting existing value
|
-
+
void |
safeSet(java.lang.String handle,
java.lang.Object value)
Set Object into this YAML Section without overwriting existing value
|
-
+
<V> void |
safeSet(java.lang.String handle,
V[] array)
Set V[] into this YAML Section without overwriting existing value
|
-
+
void |
safeSetAll(java.util.Map<java.lang.String,?> values)
Set All Objects into this YAML Section without overwriting existing values
|
-
+
void |
safeSetAll(YAMLSection values)
Copy YAML Values to this YAML Section without overwriting existing values
|
-
+
<V> void |
set(java.lang.String handle,
java.util.Collection<V> list)
Set Collection<V> into this YAML Section
|
-
+
void |
set(java.lang.String handle,
java.lang.Object value)
Set Object into this YAML Section
|
-
+
<V> void |
set(java.lang.String handle,
V[] array)
Set V[] into this YAML Section
|
-
+
void |
setAll(java.util.Map<java.lang.String,?> values)
Set All Objects into this YAML Section
|
-
+
void |
setAll(YAMLSection values)
Copy YAML Values to this YAML Section
|
-
+
YAMLSection |
superSection()
Go up a level in the config (or null if this is the top layer)
|
-
+
org.json.JSONObject |
toJSON()
Convert to JSON
|
-
+
java.lang.String |
toString() |
@@ -714,7 +718,7 @@ extends java.lang.Object
Methods inherited from class java.lang.Object
-
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
+
getClass, hashCode, notify, notifyAll, wait, wait, wait
@@ -2178,6 +2182,19 @@ extends java.lang.Object
+
+
+
+
diff --git a/Javadoc/SubServers.Bungee/net/ME1312/SubServers/Bungee/Library/Config/YAMLValue.html b/Javadoc/SubServers.Bungee/net/ME1312/SubServers/Bungee/Library/Config/YAMLValue.html
index 42b5d6e7..925ee66b 100644
--- a/Javadoc/SubServers.Bungee/net/ME1312/SubServers/Bungee/Library/Config/YAMLValue.html
+++ b/Javadoc/SubServers.Bungee/net/ME1312/SubServers/Bungee/Library/Config/YAMLValue.html
@@ -17,7 +17,7 @@
catch(err) {
}
//-->
-var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10,"i22":10,"i23":10,"i24":10,"i25":10,"i26":10,"i27":10,"i28":10,"i29":10,"i30":10,"i31":10,"i32":10};
+var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10,"i22":10,"i23":10,"i24":10,"i25":10,"i26":10,"i27":10,"i28":10,"i29":10,"i30":10,"i31":10,"i32":10,"i33":10};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
@@ -273,54 +273,58 @@ extends java.lang.Object
+boolean |
+equals(java.lang.Object object) |
+
+
YAMLSection |
getDefiningSection()
Get the YAML Section this Object was defined in
|
-
+
boolean |
isBoolean()
Check if object is a Boolean
|
-
+
boolean |
isList()
Check if object is a List
|
-
+
boolean |
isNull()
Check if object is Null
|
-
+
boolean |
isNumber()
Check if object is a Number
|
-
+
boolean |
isSection()
Check if object is a YAML Section
|
-
+
boolean |
isString()
Check if object is a String
|
-
+
boolean |
isUUID()
Check if object is a UUID
|
-
+
java.lang.String |
toString() |
@@ -330,7 +334,7 @@ extends java.lang.Object
Methods inherited from class java.lang.Object
-
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
+
getClass, hashCode, notify, notifyAll, wait, wait, wait
@@ -798,6 +802,19 @@ extends java.lang.Object
+
+
+
+
diff --git a/Javadoc/SubServers.Bungee/net/ME1312/SubServers/Bungee/Network/Cipher.html b/Javadoc/SubServers.Bungee/net/ME1312/SubServers/Bungee/Network/Cipher.html
index 9c6b3b81..4bd46297 100644
--- a/Javadoc/SubServers.Bungee/net/ME1312/SubServers/Bungee/Network/Cipher.html
+++ b/Javadoc/SubServers.Bungee/net/ME1312/SubServers/Bungee/Network/Cipher.html
@@ -99,7 +99,7 @@ var activeTableTab = "activeTableTab";
- All Known Implementing Classes:
-- AES
+- AES
diff --git a/Javadoc/SubServers.Bungee/net/ME1312/SubServers/Bungee/Network/Ciphers/AES.InvalidAESStreamException.html b/Javadoc/SubServers.Bungee/net/ME1312/SubServers/Bungee/Network/Encryption/AES.InvalidAESStreamException.html
similarity index 83%
rename from Javadoc/SubServers.Bungee/net/ME1312/SubServers/Bungee/Network/Ciphers/AES.InvalidAESStreamException.html
rename to Javadoc/SubServers.Bungee/net/ME1312/SubServers/Bungee/Network/Encryption/AES.InvalidAESStreamException.html
index 47c95481..e6dabee0 100644
--- a/Javadoc/SubServers.Bungee/net/ME1312/SubServers/Bungee/Network/Ciphers/AES.InvalidAESStreamException.html
+++ b/Javadoc/SubServers.Bungee/net/ME1312/SubServers/Bungee/Network/Encryption/AES.InvalidAESStreamException.html
@@ -41,11 +41,11 @@