Package com.netscape.certsrv.key
Class KeyRecoveryRequest
java.lang.Object
com.netscape.certsrv.base.RESTMessage
com.netscape.certsrv.key.KeyRecoveryRequest
- 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
Fields inherited from class com.netscape.certsrv.base.RESTMessage
attributes, className
Fields inherited from interface com.netscape.certsrv.util.JSONSerializer
logger
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetKeyId()
void
setCertificate
(String certificate) void
void
setNonceData
(String nonceData) void
setPassphrase
(String passphrase) void
setPayloadEncryptionOID
(String payloadEncryptionOID) void
setPayloadWrappingName
(String payloadWrappingName) void
setRequestId
(RequestId requestId) void
setSessionWrappedPassphrase
(String sessionWrappedPassphrase) void
setTransWrappedSessionKey
(String transWrappedSessionKey) Methods inherited from class com.netscape.certsrv.base.RESTMessage
equals, fromDOM, fromDOM, fromXML, getAttribute, getAttributeList, getAttributeNames, getAttributes, getClassName, hashCode, removeAttribute, setAttribute, setAttributeList, setAttributes, setClassName, toDOM, toDOM, toXML
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.netscape.certsrv.util.JSONSerializer
toJSON
-
Constructor Details
-
KeyRecoveryRequest
public KeyRecoveryRequest() -
KeyRecoveryRequest
-
KeyRecoveryRequest
-
-
Method Details
-
getKeyId
- Returns:
- the keyId
-
setKeyId
- Parameters:
keyId
- the keyId to set
-
getRequestId
- Returns:
- the requestId
-
setRequestId
- Parameters:
requestId
- the requestId to set
-
getTransWrappedSessionKey
- Returns:
- the transWrappedSessionKey
-
setTransWrappedSessionKey
- Parameters:
transWrappedSessionKey
- the transWrappedSessionKey to set
-
getSessionWrappedPassphrase
- Returns:
- the sessionWrappedPassphrase
-
setSessionWrappedPassphrase
- Parameters:
sessionWrappedPassphrase
- the sessionWrappedPassphrase to set
-
getNonceData
- Returns:
- nonceData
-
setNonceData
- Parameters:
nonceData
- the nonceData to set
-
getCertificate
- Returns:
- the certificate
-
setCertificate
- Parameters:
certificate
- the certificate to set
-
getPassphrase
- Returns:
- the passphrase
-
setPassphrase
- Parameters:
passphrase
- the passphrase to set
-
getPaylodEncryptionOID
- Returns:
- the payloadEncryptionOID
-
setPayloadEncryptionOID
- Parameters:
payloadEncryptionOID
- the payloadEncryptionOID to set
-
getPayloadWrappingName
- Returns:
- the payloadWrappingName
-
setPayloadWrappingName
- Parameters:
payloadWrappingName
- the payloadWrappingName to set
-