com.baidubce.services.kms.model
Class Constants

java.lang.Object
  extended by com.baidubce.services.kms.model.Constants

public class Constants
extends Object

Contains constants of kms source code


Nested Class Summary
static class Constants.KeySpec
           
 
Field Summary
static String ACTION
           
static String APPLICATION_JSON
           
static String FAIL_TO_GENERATE_JSON
           
static String FAIL_TO_GET_UTF8_BYTES
           
static String FIELD_CIPHERTEXT
           
static String FIELD_DESCRIPTION
           
static String FIELD_KEYID
           
static String FIELD_KEYSPEC
           
static String FIELD_KEYUSAGE
           
static String FIELD_LIMIT
           
static String FIELD_MARKER
           
static String FIELD_NUMBEROFBYTES
           
static String FIELD_PENDINGWINDOWINDAYS
           
static String FIELD_PLAINTEXT
           
static String REQUEST_SHOULD_NOT_BE_NULL
           
 
Constructor Summary
Constants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ACTION

public static final String ACTION
See Also:
Constant Field Values

FIELD_DESCRIPTION

public static final String FIELD_DESCRIPTION
See Also:
Constant Field Values

FIELD_KEYUSAGE

public static final String FIELD_KEYUSAGE
See Also:
Constant Field Values

FIELD_KEYID

public static final String FIELD_KEYID
See Also:
Constant Field Values

FIELD_PENDINGWINDOWINDAYS

public static final String FIELD_PENDINGWINDOWINDAYS
See Also:
Constant Field Values

FIELD_KEYSPEC

public static final String FIELD_KEYSPEC
See Also:
Constant Field Values

FIELD_NUMBEROFBYTES

public static final String FIELD_NUMBEROFBYTES
See Also:
Constant Field Values

FIELD_CIPHERTEXT

public static final String FIELD_CIPHERTEXT
See Also:
Constant Field Values

FIELD_PLAINTEXT

public static final String FIELD_PLAINTEXT
See Also:
Constant Field Values

FIELD_LIMIT

public static final String FIELD_LIMIT
See Also:
Constant Field Values

FIELD_MARKER

public static final String FIELD_MARKER
See Also:
Constant Field Values

REQUEST_SHOULD_NOT_BE_NULL

public static final String REQUEST_SHOULD_NOT_BE_NULL
See Also:
Constant Field Values

FAIL_TO_GENERATE_JSON

public static final String FAIL_TO_GENERATE_JSON
See Also:
Constant Field Values

APPLICATION_JSON

public static final String APPLICATION_JSON
See Also:
Constant Field Values

FAIL_TO_GET_UTF8_BYTES

public static final String FAIL_TO_GET_UTF8_BYTES
See Also:
Constant Field Values
Constructor Detail

Constants

public Constants()


Copyright © 2018. All rights reserved.