Class CipherTypes

java.lang.Object
org.symbol.sdk.CipherTypes

public final class CipherTypes extends Object
CipherTypes
AES symmetric ciphers: CipherTypes.AesCbcCipher (AES-256-CBC with PKCS#7 padding) and CipherTypes.AesGcmCipher (AES-256-GCM with the authentication tag appended to the ciphertext).