Class VersionInfo
- java.lang.Object
-
- com.amazonaws.encryptionsdk.internal.VersionInfo
-
public class VersionInfo extends Object
This class specifies the versioning system for the AWS KMS encryption client.
-
-
Field Summary
Fields Modifier and Type Field Description static StringBUGFIX_REVISION_NUMstatic byteCURRENT_CIPHERTEXT_VERSIONDeprecated.This value is now controlled byCryptoAlgorithm.getMessageFormatVersion()static StringMAJOR_REVISION_NUMstatic StringMINOR_REVISION_NUMstatic StringRELEASE_VERSIONstatic StringUSER_AGENT
-
Constructor Summary
Constructors Constructor Description VersionInfo()
-
-
-
Field Detail
-
MAJOR_REVISION_NUM
public static final String MAJOR_REVISION_NUM
- See Also:
- Constant Field Values
-
MINOR_REVISION_NUM
public static final String MINOR_REVISION_NUM
- See Also:
- Constant Field Values
-
BUGFIX_REVISION_NUM
public static final String BUGFIX_REVISION_NUM
- See Also:
- Constant Field Values
-
RELEASE_VERSION
public static final String RELEASE_VERSION
- See Also:
- Constant Field Values
-
USER_AGENT
public static final String USER_AGENT
- See Also:
- Constant Field Values
-
CURRENT_CIPHERTEXT_VERSION
@Deprecated public static final byte CURRENT_CIPHERTEXT_VERSION
Deprecated.This value is now controlled byCryptoAlgorithm.getMessageFormatVersion()The current version number of the ciphertext produced by this library.- See Also:
- Constant Field Values
-
-