Class SymKeyGenerationRequest
java.lang.Object
com.netscape.certsrv.base.RESTMessage
com.netscape.certsrv.key.KeyGenerationRequest
com.netscape.certsrv.key.SymKeyGenerationRequest
-
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 Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringFields inherited from class com.netscape.certsrv.key.KeyGenerationRequest
CLIENT_KEY_ID, KEY_ALGORITHM, KEY_SIZE, KEY_USAGE, REALM, TRANS_WRAPPED_SESSION_KEYFields inherited from class com.netscape.certsrv.base.RESTMessage
attributes, className -
Constructor Summary
ConstructorsConstructorDescriptionSymKeyGenerationRequest(javax.ws.rs.core.MultivaluedMap<String, String> form) -
Method Summary
Modifier and TypeMethodDescriptionstatic SymKeyGenerationRequeststatic SymKeyGenerationRequestvoidsetTransWrappedSessionKey(String transWrappedSessionKey) toString()Methods inherited from class com.netscape.certsrv.key.KeyGenerationRequest
addUsage, getClientKeyId, getKeyAlgorithm, getKeySize, getRealm, getTransWrappedSessionKey, getUsages, setClientKeyId, setKeyAlgorithm, setKeySize, setRealm, setUsagesMethods inherited from class com.netscape.certsrv.base.RESTMessage
equals, fromDOM, getAttribute, getAttributeList, getAttributeNames, getAttributes, getClassName, hashCode, removeAttribute, setAttribute, setAttributeList, setAttributes, setClassName, toDOM, toXMLMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods 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:
setTransWrappedSessionKeyin classKeyGenerationRequest- Parameters:
transWrappedSessionKey- the wrapped seesion key to set
-
toString
-
getValidUsagesList
-
toDOM
- Overrides:
toDOMin classRESTMessage
-
fromDOM
-
fromXML
- Throws:
Exception
-