Class PerformedGenerateCredentialRequestAction
- java.lang.Object
-
- org.certificateservices.messages.autoenroll.jaxb.PerformedGenerateCredentialRequestAction
-
public class PerformedGenerateCredentialRequestAction extends java.lang.ObjectJava class for PerformedGenerateCredentialRequestAction complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PerformedGenerateCredentialRequestAction"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="credentialRequest" type="{http://certificateservices.org/xsd/csmessages2_0}CredentialRequest"/> <element name="encryptedKey" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected CredentialRequestcredentialRequestprotected byte[]encryptedKey
-
Constructor Summary
Constructors Constructor Description PerformedGenerateCredentialRequestAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CredentialRequestgetCredentialRequest()Gets the value of the credentialRequest property.byte[]getEncryptedKey()Gets the value of the encryptedKey property.voidsetCredentialRequest(CredentialRequest value)Sets the value of the credentialRequest property.voidsetEncryptedKey(byte[] value)Sets the value of the encryptedKey property.
-
-
-
Field Detail
-
credentialRequest
protected CredentialRequest credentialRequest
-
encryptedKey
protected byte[] encryptedKey
-
-
Method Detail
-
getCredentialRequest
public CredentialRequest getCredentialRequest()
Gets the value of the credentialRequest property.- Returns:
- possible object is
CredentialRequest
-
setCredentialRequest
public void setCredentialRequest(CredentialRequest value)
Sets the value of the credentialRequest property.- Parameters:
value- allowed object isCredentialRequest
-
getEncryptedKey
public byte[] getEncryptedKey()
Gets the value of the encryptedKey property.- Returns:
- possible object is byte[]
-
setEncryptedKey
public void setEncryptedKey(byte[] value)
Sets the value of the encryptedKey property.- Parameters:
value- allowed object is byte[]
-
-