Skip to content

Commit 5847f8d

Browse files
author
Anirav Kareddy
committed
added class-level definition for abstract class RawKeyring
1 parent f62afd6 commit 5847f8d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/main/java/software/amazon/encryption/s3/materials/RawKeyring.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
import org.apache.commons.logging.LogFactory;
66
import software.amazon.encryption.s3.S3EncryptionClient;
77

8+
/**
9+
* This is an abstract base class for keyrings that use raw cryptographic keys (AES + RSA)
10+
*/
811
public abstract class RawKeyring extends S3Keyring {
912
protected final MaterialsDescription _materialsDescription;
1013
protected final boolean _reEncryptInstructionFile;

0 commit comments

Comments
 (0)