Package com.netscape.certsrv.key
Class SymKeyGenerationRequest
java.lang.Object
com.netscape.certsrv.base.RESTMessage
com.netscape.certsrv.key.KeyGenerationRequest
com.netscape.certsrv.key.SymKeyGenerationRequest
- All Implemented Interfaces:
JSONSerializer
- Author:
- alee
-
Nested Class Summary
Nested classes/interfaces inherited from class com.netscape.certsrv.base.RESTMessage
RESTMessage.Attribute, RESTMessage.AttributeList, RESTMessage.AttributeListDeserializer, RESTMessage.AttributeListSerializer
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
static final String
Fields inherited from class com.netscape.certsrv.key.KeyGenerationRequest
CLIENT_KEY_ID, KEY_ALGORITHM, KEY_SIZE, KEY_USAGE, REALM, TRANS_WRAPPED_SESSION_KEY
Fields inherited from class com.netscape.certsrv.base.RESTMessage
attributes, className
Fields inherited from interface com.netscape.certsrv.util.JSONSerializer
logger
-
Constructor Summary
ConstructorsConstructorDescriptionSymKeyGenerationRequest
(javax.ws.rs.core.MultivaluedMap<String, String> form) -
Method Summary
Modifier and TypeMethodDescriptionstatic SymKeyGenerationRequest
static SymKeyGenerationRequest
void
setTransWrappedSessionKey
(String transWrappedSessionKey) toString()
Methods inherited from class com.netscape.certsrv.key.KeyGenerationRequest
addUsage, getClientKeyId, getKeyAlgorithm, getKeySize, getRealm, getTransWrappedSessionKey, getUsages, setClientKeyId, setKeyAlgorithm, setKeySize, setRealm, setUsages
Methods inherited from class com.netscape.certsrv.base.RESTMessage
equals, fromDOM, getAttribute, getAttributeList, getAttributeNames, getAttributes, getClassName, hashCode, removeAttribute, setAttribute, setAttributeList, setAttributes, setClassName, toDOM, toXML
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.netscape.certsrv.util.JSONSerializer
toJSON
-
Field Details
-
UWRAP_USAGE
- See Also:
-
WRAP_USAGE
- See Also:
-
VERIFY_USAGE
- See Also:
-
SIGN_USAGE
- See Also:
-
DECRYPT_USAGE
- See Also:
-
ENCRYPT_USAGE
- See Also:
-
-
Constructor Details
-
SymKeyGenerationRequest
public SymKeyGenerationRequest() -
SymKeyGenerationRequest
-
SymKeyGenerationRequest
-
-
Method Details
-
setTransWrappedSessionKey
- Overrides:
setTransWrappedSessionKey
in classKeyGenerationRequest
- Parameters:
transWrappedSessionKey
- the wrapped seesion key to set
-
toString
-
getValidUsagesList
-
toDOM
- Overrides:
toDOM
in classRESTMessage
-
fromDOM
-
fromXML
- Throws:
Exception
-