EncryptionAlgorithm.smali

.class public interface abstract Lcom/github/kovmarci86/android/secure/preferences/encryption/EncryptionAlgorithm;
.super Ljava/lang/Object;


# virtual methods
.method public abstract a([B)[B
    .annotation system Ldalvik/annotation/Throws;
        value = {
            Lcom/github/kovmarci86/android/secure/preferences/encryption/EncryptionException;
        }
    .end annotation
.end method

.method public abstract b([B)[B
    .annotation system Ldalvik/annotation/Throws;
        value = {
            Lcom/github/kovmarci86/android/secure/preferences/encryption/EncryptionException;
        }
    .end annotation
.end method