Class AsymKeyGenerationRequest
java.lang.Object
com.netscape.certsrv.base.RESTMessage
com.netscape.certsrv.key.KeyGenerationRequest
com.netscape.certsrv.key.AsymKeyGenerationRequest
- All Implemented Interfaces:
JSONSerializer
-
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 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
ConstructorsConstructorDescriptionAsymKeyGenerationRequest(javax.ws.rs.core.MultivaluedMap<String, String> form) -
Method Summary
Modifier and TypeMethodDescriptionstatic AsymKeyGenerationRequeststatic AsymKeyGenerationRequesttoString()Methods inherited from class com.netscape.certsrv.key.KeyGenerationRequest
addUsage, getClientKeyId, getKeyAlgorithm, getKeySize, getRealm, getTransWrappedSessionKey, getUsages, setClientKeyId, setKeyAlgorithm, setKeySize, setRealm, setTransWrappedSessionKey, 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
-
ENCRYPT
- See Also:
-
DECRYPT
- See Also:
-
SIGN
- See Also:
-
SIGN_RECOVER
- See Also:
-
VERIFY
- See Also:
-
VERIFY_RECOVER
- See Also:
-
WRAP
- See Also:
-
UNWRAP
- See Also:
-
DERIVE
- See Also:
-
-
Constructor Details
-
AsymKeyGenerationRequest
public AsymKeyGenerationRequest() -
AsymKeyGenerationRequest
-
AsymKeyGenerationRequest
-
-
Method Details
-
toString
-
getValidUsagesList
-
toDOM
- Overrides:
toDOMin classRESTMessage
-
fromDOM
-
fromXML
- Throws:
Exception
-