Class CredentialRequestParams
- java.lang.Object
-
- org.certificateservices.messages.keystoremgmt.jaxb.CredentialRequestParams
-
- Direct Known Subclasses:
X509CredentialRequestParams
public class CredentialRequestParams extends java.lang.ObjectJava class for CredentialRequestParams complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CredentialRequestParams"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="alias" type="{http://certificateservices.org/xsd/csmessages2_0}notemptystring"/> <element name="keyAlg" type="{http://certificateservices.org/xsd/csmessages2_0}notemptystring"/> <element name="keySpec" type="{http://certificateservices.org/xsd/csmessages2_0}notemptystring"/> <element name="credentialSubType" type="{http://certificateservices.org/xsd/csmessages2_0}notemptystring"/> <element name="description" type="{http://certificateservices.org/xsd/csmessages2_0}descriptionstring" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringaliasprotected java.lang.StringcredentialSubTypeprotected java.lang.Stringdescriptionprotected java.lang.StringkeyAlgprotected java.lang.StringkeySpec
-
Constructor Summary
Constructors Constructor Description CredentialRequestParams()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAlias()Gets the value of the alias property.java.lang.StringgetCredentialSubType()Gets the value of the credentialSubType property.java.lang.StringgetDescription()Gets the value of the description property.java.lang.StringgetKeyAlg()Gets the value of the keyAlg property.java.lang.StringgetKeySpec()Gets the value of the keySpec property.voidsetAlias(java.lang.String value)Sets the value of the alias property.voidsetCredentialSubType(java.lang.String value)Sets the value of the credentialSubType property.voidsetDescription(java.lang.String value)Sets the value of the description property.voidsetKeyAlg(java.lang.String value)Sets the value of the keyAlg property.voidsetKeySpec(java.lang.String value)Sets the value of the keySpec property.
-
-
-
Method Detail
-
getAlias
public java.lang.String getAlias()
Gets the value of the alias property.- Returns:
- possible object is
String
-
setAlias
public void setAlias(java.lang.String value)
Sets the value of the alias property.- Parameters:
value- allowed object isString
-
getKeyAlg
public java.lang.String getKeyAlg()
Gets the value of the keyAlg property.- Returns:
- possible object is
String
-
setKeyAlg
public void setKeyAlg(java.lang.String value)
Sets the value of the keyAlg property.- Parameters:
value- allowed object isString
-
getKeySpec
public java.lang.String getKeySpec()
Gets the value of the keySpec property.- Returns:
- possible object is
String
-
setKeySpec
public void setKeySpec(java.lang.String value)
Sets the value of the keySpec property.- Parameters:
value- allowed object isString
-
getCredentialSubType
public java.lang.String getCredentialSubType()
Gets the value of the credentialSubType property.- Returns:
- possible object is
String
-
setCredentialSubType
public void setCredentialSubType(java.lang.String value)
Sets the value of the credentialSubType property.- Parameters:
value- allowed object isString
-
getDescription
public java.lang.String getDescription()
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
public void setDescription(java.lang.String value)
Sets the value of the description property.- Parameters:
value- allowed object isString
-
-