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 RESTMessage
RESTMessage.Attribute, RESTMessage.AttributeList, RESTMessage.AttributeListDeserializer, RESTMessage.AttributeListSerializerModifier and TypeClassDescriptionstatic classstatic classstatic classstatic class -
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 KeyGenerationRequest
CLIENT_KEY_ID, KEY_ALGORITHM, KEY_SIZE, KEY_USAGE, REALM, TRANS_WRAPPED_SESSION_KEYFields inherited from class 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 KeyGenerationRequest
addUsage, getClientKeyId, getKeyAlgorithm, getKeySize, getRealm, getTransWrappedSessionKey, getUsages, setClientKeyId, setKeyAlgorithm, setKeySize, setRealm, setTransWrappedSessionKey, setUsagesModifier and TypeMethodDescriptionvoidgetRealm()voidsetClientKeyId(String clientKeyId) voidsetKeyAlgorithm(String keyAlgorithm) voidsetKeySize(Integer keySize) voidvoidsetTransWrappedSessionKey(String transWrappedSessionKey) voidMethods inherited from class RESTMessage
equals, fromDOM, getAttribute, getAttributeList, getAttributeNames, getAttributes, getClassName, hashCode, removeAttribute, setAttribute, setAttributeList, setAttributes, setClassName, toDOM, toXMLModifier and TypeMethodDescriptionbooleanstatic voidfromDOM(Element element, RESTMessage resourceMessage) getAttribute(String name) inthashCode()removeAttribute(String name) voidsetAttribute(String name, String value) voidvoidsetAttributes(Map<String, String> attributes) voidsetClassName(String className) voidtoXML()Methods inherited from interface 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
-