Uses of Interface
net.ME1312.SubData.Client.Cipher
Packages that use Cipher
-
Uses of Cipher in net.ME1312.SubData.Client
Methods in net.ME1312.SubData.Client that return CipherModifier and TypeMethodDescriptionGet a cipher by nameMethods in net.ME1312.SubData.Client that return types with arguments of type CipherModifier and TypeMethodDescriptionGet a cipher by nameMethods in net.ME1312.SubData.Client with parameters of type CipherModifier and TypeMethodDescriptionvoidSubDataProtocol.registerCipher(String handle, Cipher cipher) Register a Cipher to SubData -
Uses of Cipher in net.ME1312.SubData.Client.Encryption
Classes in net.ME1312.SubData.Client.Encryption that implement CipherModifier and TypeClassDescriptionfinal classA class to perform password-based AES encryption and decryption in CBC mode.classDiffie-Hellman Exchange Handler Class (agrees upon and uses an AES encryption key)final classNull Encryption Handler Classfinal classRSA Encryption Handler ClassMethods in net.ME1312.SubData.Client.Encryption that return CipherModifier and TypeMethodDescriptionMethods in net.ME1312.SubData.Client.Encryption that return types with arguments of type CipherModifier and TypeMethodDescriptionMethod parameters in net.ME1312.SubData.Client.Encryption with type arguments of type CipherModifier and TypeMethodDescriptionstatic voidDHE.addCipher(String handle, Supplier<Pair<Cipher, String>> generator, Function<String, Cipher> parser) static voidDHE.addCipher(String handle, Supplier<Pair<Cipher, String>> generator, Function<String, Cipher> parser) static voidRSA.addCipher(String handle, Supplier<Pair<Cipher, String>> generator, Function<String, Cipher> parser) static voidRSA.addCipher(String handle, Supplier<Pair<Cipher, String>> generator, Function<String, Cipher> parser)