Class SignCertRequest
- java.lang.Object
-
- org.certificateservices.messages.csmessages.jaxb.CSRequest
-
- org.certificateservices.messages.v2x.backend.jaxb.SignCertRequest
-
public class SignCertRequest extends CSRequest
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <extension base="{http://certificateservices.org/xsd/csmessages2_0}CSRequest"> <sequence> <element name="canonicalId" type="{http://certificateservices.org/xsd/v2x_registration_2_0}CanonicalIdType"/> <element name="caId" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="assuranceLevel" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="confidenceLevel" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="validityUnit" type="{http://certificateservices.org/xsd/v2x_backend_2_0}ValidityUnitType" minOccurs="0"/> <element name="validityDuration" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="profileName" type="{http://certificateservices.org/xsd/v2x_registration_2_0}ProfileNameType"/> <element name="regions" type="{http://certificateservices.org/xsd/v2x_registration_2_0}RegionsType" minOccurs="0"/> <element name="publicVerificationKey" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/> <element name="publicEncryptionKey" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/> <element name="requestHash" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.IntegerassuranceLevelprotected java.lang.StringcaIdprotected java.lang.StringcanonicalIdprotected java.lang.IntegerconfidenceLevelprotected java.lang.StringprofileNameprotected byte[]publicEncryptionKeyprotected byte[]publicVerificationKeyprotected RegionsTyperegionsprotected byte[]requestHashprotected java.lang.IntegervalidityDurationprotected ValidityUnitTypevalidityUnit-
Fields inherited from class org.certificateservices.messages.csmessages.jaxb.CSRequest
relatedMessageId
-
-
Constructor Summary
Constructors Constructor Description SignCertRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.IntegergetAssuranceLevel()Gets the value of the assuranceLevel property.java.lang.StringgetCaId()Gets the value of the caId property.java.lang.StringgetCanonicalId()Gets the value of the canonicalId property.java.lang.IntegergetConfidenceLevel()Gets the value of the confidenceLevel property.java.lang.StringgetProfileName()Gets the value of the profileName property.byte[]getPublicEncryptionKey()Gets the value of the publicEncryptionKey property.byte[]getPublicVerificationKey()Gets the value of the publicVerificationKey property.RegionsTypegetRegions()Gets the value of the regions property.byte[]getRequestHash()Gets the value of the requestHash property.java.lang.IntegergetValidityDuration()Gets the value of the validityDuration property.ValidityUnitTypegetValidityUnit()Gets the value of the validityUnit property.voidsetAssuranceLevel(java.lang.Integer value)Sets the value of the assuranceLevel property.voidsetCaId(java.lang.String value)Sets the value of the caId property.voidsetCanonicalId(java.lang.String value)Sets the value of the canonicalId property.voidsetConfidenceLevel(java.lang.Integer value)Sets the value of the confidenceLevel property.voidsetProfileName(java.lang.String value)Sets the value of the profileName property.voidsetPublicEncryptionKey(byte[] value)Sets the value of the publicEncryptionKey property.voidsetPublicVerificationKey(byte[] value)Sets the value of the publicVerificationKey property.voidsetRegions(RegionsType value)Sets the value of the regions property.voidsetRequestHash(byte[] value)Sets the value of the requestHash property.voidsetValidityDuration(java.lang.Integer value)Sets the value of the validityDuration property.voidsetValidityUnit(ValidityUnitType value)Sets the value of the validityUnit property.-
Methods inherited from class org.certificateservices.messages.csmessages.jaxb.CSRequest
getRelatedMessageId, setRelatedMessageId
-
-
-
-
Field Detail
-
canonicalId
protected java.lang.String canonicalId
-
caId
protected java.lang.String caId
-
assuranceLevel
protected java.lang.Integer assuranceLevel
-
confidenceLevel
protected java.lang.Integer confidenceLevel
-
validityUnit
protected ValidityUnitType validityUnit
-
validityDuration
protected java.lang.Integer validityDuration
-
profileName
protected java.lang.String profileName
-
regions
protected RegionsType regions
-
publicVerificationKey
protected byte[] publicVerificationKey
-
publicEncryptionKey
protected byte[] publicEncryptionKey
-
requestHash
protected byte[] requestHash
-
-
Method Detail
-
getCanonicalId
public java.lang.String getCanonicalId()
Gets the value of the canonicalId property.- Returns:
- possible object is
String
-
setCanonicalId
public void setCanonicalId(java.lang.String value)
Sets the value of the canonicalId property.- Parameters:
value- allowed object isString
-
getCaId
public java.lang.String getCaId()
Gets the value of the caId property.- Returns:
- possible object is
String
-
setCaId
public void setCaId(java.lang.String value)
Sets the value of the caId property.- Parameters:
value- allowed object isString
-
getAssuranceLevel
public java.lang.Integer getAssuranceLevel()
Gets the value of the assuranceLevel property.- Returns:
- possible object is
Integer
-
setAssuranceLevel
public void setAssuranceLevel(java.lang.Integer value)
Sets the value of the assuranceLevel property.- Parameters:
value- allowed object isInteger
-
getConfidenceLevel
public java.lang.Integer getConfidenceLevel()
Gets the value of the confidenceLevel property.- Returns:
- possible object is
Integer
-
setConfidenceLevel
public void setConfidenceLevel(java.lang.Integer value)
Sets the value of the confidenceLevel property.- Parameters:
value- allowed object isInteger
-
getValidityUnit
public ValidityUnitType getValidityUnit()
Gets the value of the validityUnit property.- Returns:
- possible object is
ValidityUnitType
-
setValidityUnit
public void setValidityUnit(ValidityUnitType value)
Sets the value of the validityUnit property.- Parameters:
value- allowed object isValidityUnitType
-
getValidityDuration
public java.lang.Integer getValidityDuration()
Gets the value of the validityDuration property.- Returns:
- possible object is
Integer
-
setValidityDuration
public void setValidityDuration(java.lang.Integer value)
Sets the value of the validityDuration property.- Parameters:
value- allowed object isInteger
-
getProfileName
public java.lang.String getProfileName()
Gets the value of the profileName property.- Returns:
- possible object is
String
-
setProfileName
public void setProfileName(java.lang.String value)
Sets the value of the profileName property.- Parameters:
value- allowed object isString
-
getRegions
public RegionsType getRegions()
Gets the value of the regions property.- Returns:
- possible object is
RegionsType
-
setRegions
public void setRegions(RegionsType value)
Sets the value of the regions property.- Parameters:
value- allowed object isRegionsType
-
getPublicVerificationKey
public byte[] getPublicVerificationKey()
Gets the value of the publicVerificationKey property.- Returns:
- possible object is byte[]
-
setPublicVerificationKey
public void setPublicVerificationKey(byte[] value)
Sets the value of the publicVerificationKey property.- Parameters:
value- allowed object is byte[]
-
getPublicEncryptionKey
public byte[] getPublicEncryptionKey()
Gets the value of the publicEncryptionKey property.- Returns:
- possible object is byte[]
-
setPublicEncryptionKey
public void setPublicEncryptionKey(byte[] value)
Sets the value of the publicEncryptionKey property.- Parameters:
value- allowed object is byte[]
-
getRequestHash
public byte[] getRequestHash()
Gets the value of the requestHash property.- Returns:
- possible object is byte[]
-
setRequestHash
public void setRequestHash(byte[] value)
Sets the value of the requestHash property.- Parameters:
value- allowed object is byte[]
-
-