public class VeriSignRegInfo
extends java.lang.Object
| Constructor and Description |
|---|
VeriSignRegInfo()
Creates an empty
VeriSignRegInfo object. |
VeriSignRegInfo(java.util.Hashtable properties)
Creates a
VeriSignRegInfo object initialized with name/value pairs
loaded from a Hashtable. |
VeriSignRegInfo(java.lang.String s,
boolean isURLEncoded)
Creates a
VeriSignRegInfo object initialized with name/value pairs
loaded from a string. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(VeriSignRegInfo regInfo)
Tests for equality of two VeriSign regInfo objects
|
java.lang.String |
getAdditionalField4()
Returns the value of the additional_field4 field of regInfo string.
|
java.lang.String |
getAdditionalField5()
Returns the value of the additional_field5 field of regInfo string.
|
java.lang.String |
getAdditionalField6()
Returns the value of the additional_field6 field of regInfo string.
|
java.lang.String |
getAuthenticate()
Returns the value of the authenticate field of regInfo string.
|
java.lang.String |
getCertType()
Returns the value of the cert_type field of regInfo string.
|
java.lang.String |
getChallenge()
Returns the value of the challenge field of regInfo string.
|
java.lang.String |
getCommonName()
Returns the value of the common_name field of regInfo string.
|
java.lang.String |
getCorpCompany()
Returns the value of the corp_company field of regInfo string.
|
java.lang.String |
getEmbedEmail()
Returns the value of the embed_email field of regInfo string.
|
java.lang.String |
getEmployeeID()
Returns the value of the employeeID field of regInfo string.
|
java.lang.String |
getField(java.lang.String name)
Gets a value from the regInfo corresponding to the given name.
|
java.lang.String |
getJobTitle()
Returns the value of the corp_company field of regInfo string.
|
java.lang.String |
getMailEmail()
Returns the value of the mail_email field of regInfo string.
|
java.lang.String |
getMailStop()
Returns the value of the mailStop field of regInfo string.
|
java.lang.String |
getOrgUnit()
Returns the value of the org_unit field of regInfo string.
|
int |
hashCode()
Returns the hash code of this map.
|
void |
setAdditionalField4(java.lang.String value)
Sets the value additional_field4 field of regInfo string.
|
void |
setAdditionalField5(java.lang.String value)
Sets the value additional_field5 field of regInfo string.
|
void |
setAdditionalField6(java.lang.String value)
Sets the value additional_field6 field of regInfo string.
|
void |
setAuthenticate(java.lang.String value)
Sets the value authenticate field of regInfo string.
|
void |
setCertType(java.lang.String value)
Sets the value cert_type field of regInfo string.
|
void |
setChallenge(java.lang.String value)
Sets the value challenge field of regInfo string.
|
void |
setCommonName(java.lang.String value)
Sets the value common_name field of regInfo string.
|
void |
setCorpCompany(java.lang.String value)
Sets the value corp_company field of regInfo string.
|
void |
setEmbedEmail(java.lang.String value)
Sets the value embed_email field of regInfo string.
|
void |
setEmployeeID(java.lang.String value)
Sets the value employeeID field of regInfo string.
|
void |
setField(java.lang.String name,
java.lang.String value)
Sets a name-value pair for the regInfo.
|
void |
setJobTitle(java.lang.String value)
Sets the value jobTitle field of regInfo string.
|
void |
setMailEmail(java.lang.String value)
Sets the value mail_email field of regInfo string.
|
void |
setMailStop(java.lang.String value)
Sets the value mailStop field of regInfo string.
|
void |
setOrgUnit(java.lang.String value)
Sets the value org_unit field of regInfo string.
|
java.lang.String |
toString()
Returns the full regInfo string.
|
java.lang.String |
toString(boolean urlEncoded)
Returns the full regInfo string.
|
public VeriSignRegInfo()
VeriSignRegInfo object.public VeriSignRegInfo(java.util.Hashtable properties)
VeriSignRegInfo object initialized with name/value pairs
loaded from a Hashtable.properties - A table of properties representing the regInfo.public VeriSignRegInfo(java.lang.String s,
boolean isURLEncoded)
throws InvalidFormatException
VeriSignRegInfo object initialized with name/value pairs
loaded from a string.s - The String representation of regInfo.isURLEncoded - Flag that indicates whether regInfo string is already URLEncoded.InvalidFormatExceptionpublic void setCorpCompany(java.lang.String value)
value - The new value of the field.public java.lang.String getCorpCompany()
throws InvalidFormatException
InvalidFormatExceptionpublic void setOrgUnit(java.lang.String value)
value - The new value of the field.public java.lang.String getOrgUnit()
throws InvalidFormatException
InvalidFormatExceptionpublic void setCertType(java.lang.String value)
value - The new value of the field.public java.lang.String getCertType()
public void setEmbedEmail(java.lang.String value)
value - The new value of the field.public java.lang.String getEmbedEmail()
public void setCommonName(java.lang.String value)
value - The new value of the field.public java.lang.String getCommonName()
public void setMailEmail(java.lang.String value)
value - The new value of the field.public java.lang.String getMailEmail()
public void setJobTitle(java.lang.String value)
value - The new value of the field.public java.lang.String getJobTitle()
public void setEmployeeID(java.lang.String value)
value - The new value of the field.public java.lang.String getEmployeeID()
public void setMailStop(java.lang.String value)
value - The new value of the field.public java.lang.String getMailStop()
public void setAdditionalField4(java.lang.String value)
value - The new value of the field.public java.lang.String getAdditionalField4()
public void setAdditionalField5(java.lang.String value)
value - The new value of the field.public java.lang.String getAdditionalField5()
public void setAdditionalField6(java.lang.String value)
value - The new value of the field.public java.lang.String getAdditionalField6()
public void setChallenge(java.lang.String value)
value - The new value of the field.public java.lang.String getChallenge()
public void setAuthenticate(java.lang.String value)
value - The new value of the field.public java.lang.String getAuthenticate()
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String toString(boolean urlEncoded)
urlEncoded - Specifies whether the string should be URL encoded.public void setField(java.lang.String name,
java.lang.String value)
name - The name.value - The value.public java.lang.String getField(java.lang.String name)
name - The namepublic boolean equals(VeriSignRegInfo regInfo)
public int hashCode()
hashCode in class java.lang.Object