Skip to content

Commit

Permalink
build!: api dump
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Hero Dela Cruz committed Jun 20, 2023
1 parent e3df819 commit 13e47bb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions kipher-aes/api/kipher-aes.api
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ public abstract class io/github/jhdcruz/kipher/aes/AesEncryption : io/github/jhd
public synthetic fun <init> (Lio/github/jhdcruz/kipher/aes/AesModes;Lkotlin/jvm/internal/DefaultConstructorMarker;)V
public abstract fun concat (Ljava/util/Map;)[B
public abstract fun extract ([B)Ljava/util/Map;
public abstract fun generateIv ()[B
public final fun generateIv (I)[B
public final fun generateKey (I)[B
public static synthetic fun generateKey$default (Lio/github/jhdcruz/kipher/aes/AesEncryption;IILjava/lang/Object;)[B
public fun getCipher ()Ljavax/crypto/Cipher;
Expand All @@ -13,7 +13,7 @@ public abstract class io/github/jhdcruz/kipher/aes/AesEncryption : io/github/jhd
public final class io/github/jhdcruz/kipher/aes/AesEncryption$Companion {
}

public final class io/github/jhdcruz/kipher/aes/AesModes : java/lang/Enum {
public class io/github/jhdcruz/kipher/aes/AesModes : java/lang/Enum {
public static final field CBC Lio/github/jhdcruz/kipher/aes/AesModes;
public static final field CCM Lio/github/jhdcruz/kipher/aes/AesModes;
public static final field CFB Lio/github/jhdcruz/kipher/aes/AesModes;
Expand Down Expand Up @@ -41,7 +41,7 @@ public class io/github/jhdcruz/kipher/aes/AuthenticatedEncryption : io/github/jh
public final fun encryptBare ([B[B[B[B)Ljava/util/Map;
public static synthetic fun encryptBare$default (Lio/github/jhdcruz/kipher/aes/AuthenticatedEncryption;[B[B[B[BILjava/lang/Object;)Ljava/util/Map;
public fun extract ([B)Ljava/util/Map;
public fun generateIv ()[B
public final fun generateIv ()[B
}

public final class io/github/jhdcruz/kipher/aes/AuthenticatedEncryption$Companion {
Expand All @@ -60,7 +60,7 @@ public class io/github/jhdcruz/kipher/aes/BasicEncryption : io/github/jhdcruz/ki
public static synthetic fun encrypt$default (Lio/github/jhdcruz/kipher/aes/BasicEncryption;[B[BILjava/lang/Object;)Ljava/util/Map;
public final fun encryptBare ([B[B[B)Ljava/util/Map;
public fun extract ([B)Ljava/util/Map;
public fun generateIv ()[B
public final fun generateIv ()[B
}

public final class io/github/jhdcruz/kipher/aes/CbcEncryption : io/github/jhdcruz/kipher/aes/BasicEncryption {
Expand Down

0 comments on commit 13e47bb

Please sign in to comment.