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_VERSIONThe current version number of the ciphertext produced by this library.static StringMAJOR_REVISION_NUMstatic StringMINOR_REVISION_NUMstatic StringRELEASE_VERSIONstatic StringUSER_AGENTstatic StringVERSION_NUM
-
Constructor Summary
Constructors Constructor Description VersionInfo()
-
-
-
Field Detail
-
VERSION_NUM
public static final String VERSION_NUM
- See Also:
- Constant Field Values
-
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
public static final byte CURRENT_CIPHERTEXT_VERSION
The current version number of the ciphertext produced by this library.- See Also:
- Constant Field Values
-
-