Package org.symbol.sdk
Class CipherTypes
java.lang.Object
org.symbol.sdk.CipherTypes
- CipherTypes
- AES symmetric ciphers:
CipherTypes.AesCbcCipher(AES-256-CBC with PKCS#7 padding) andCipherTypes.AesGcmCipher(AES-256-GCM with the authentication tag appended to the ciphertext).
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classPerforms AES CBC encryption and decryption with a given key.static final classPerforms AES GCM encryption and decryption with a given key.static interfaceSymmetric cipher interface -
Method Summary