Class KeyRecoveryRequest
java.lang.Object
com.netscape.certsrv.base.RESTMessage
com.netscape.certsrv.key.KeyRecoveryRequest
-
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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic KeyRecoveryRequeststatic KeyRecoveryRequestgetKeyId()voidsetCertificate(String certificate) voidvoidsetNonceData(String nonceData) voidsetPassphrase(String passphrase) voidsetPayloadEncryptionOID(String payloadEncryptionOID) voidsetPayloadWrappingName(String payloadWrappingName) voidsetRequestId(RequestId requestId) voidsetSessionWrappedPassphrase(String sessionWrappedPassphrase) voidsetTransWrappedSessionKey(String transWrappedSessionKey) Methods 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, toString, wait, wait, waitMethods 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
-
toDOM
- Overrides:
toDOMin classRESTMessage
-
fromDOM
-
fromXML
- Throws:
Exception
-