public class CertificateInfo extends Object implements Serializable
Constructor and Description |
---|
CertificateInfo() |
Modifier and Type | Method and Description |
---|---|
String |
getBankName()
Returns the BankName as present in the certificate
|
String |
getCommonName()
Returns the CommonName as present in the certificate
|
Date |
getDateOfBirth()
Returns the DateOfBirth as present in the certificate
|
String |
getEmailAddress()
Gets the email address in the certificate (OID:1.2.840.113549.1.9.1)
|
String |
getIssuerName()
Returns the IssuerName as present in the certificate
|
String |
getKeyAlgorithm()
Returns the KeyAlgorithm as present in the certificate
|
String |
getKeySize()
Returns the KeySize as present in the certificate
|
String |
getOriginator()
Returns the Originator as present in the certificate
|
String |
getPhoneNumber()
Returns the PhoneNumber as present in the certificate
|
String |
getPolicyOID()
Returns the policy OID as present in the certificate
|
String |
getQcValueLimitAmount()
This is the Qualified Certificates limit amout as represented in the
Certificate.
|
String |
getQcValueLimitCurrency()
This is the Qualified Certificates amount currency as represented in the
Certificate.
|
String |
getSerialNumber()
Returns the SerialNumber as present in the certificate
|
String |
getSubjectName()
Returns the SubjectName as present in the certificate
|
String |
getUniqueId()
Returns the UniqueId as present in the certificate
|
Date |
getValidFrom()
Returns the ValidFrom date as present in the certificate
|
Date |
getValidTo()
Returns the ValidTo date as present in the certificate
|
String |
getVersionNumber()
Returns the VersionNumber as present in the certificate
|
boolean |
isQualified()
Returns true if the Certificate is qualified
|
void |
setBankName(String string)
Sets the BankName
|
void |
setCommonName(String string)
Sets the CommonName
|
void |
setDateOfBirth(Date date)
Sets the date of birth
|
void |
setEmailAddress(String string)
Setst the email from the certificate (OID: 1.2.840.113549.1.9.1)
|
void |
setIssuerName(String string)
Sets the IssuerName
|
void |
setKeyAlgorithm(String string)
Sets the key algorithm
|
void |
setKeySize(String string)
Sets the Key size
|
void |
setOriginator(String string)
Sets the originator
|
void |
setPhoneNumber(String phoneNumber)
Sets the PhoneNumber
|
void |
setPolicyOID(String string)
Sets the certificate policy oid
|
void |
setQcValueLimitAmount(String string)
Sets the limit amout
|
void |
setQcValueLimitCurrency(String string)
Sets teh currency
|
void |
setQualified(boolean b)
Sets if the certificate is qualified
|
void |
setSerialNumber(String string)
Sets teh serial number
|
void |
setSubjectName(String string)
Sets the subject name
|
void |
setUniqueId(String string)
Sets the unique id
|
void |
setValidFrom(Date date)
Sets the valid from data
|
void |
setValidTo(Date date)
Sets the valid to date
|
void |
setVersionNumber(String string)
Sets the versionnumber
|
public String getPhoneNumber()
public void setPhoneNumber(String phoneNumber)
string
- The PhoneNumberpublic String getBankName()
public String getCommonName()
public Date getDateOfBirth()
public String getIssuerName()
public String getKeyAlgorithm()
public String getKeySize()
public String getOriginator()
public String getPolicyOID()
public String getSerialNumber()
public String getSubjectName()
public String getUniqueId()
public Date getValidFrom()
public Date getValidTo()
public String getVersionNumber()
public void setBankName(String string)
string
- The BankNamepublic void setCommonName(String string)
string
- the CommonNamepublic void setDateOfBirth(Date date)
date
- The Data of birthpublic void setIssuerName(String string)
string
- The IssuerNamepublic void setKeyAlgorithm(String string)
string
- The Key Algorithmpublic void setKeySize(String string)
string
- The key sizepublic void setOriginator(String string)
string
- The originator (Bank register number)public void setPolicyOID(String string)
string
- The certificate policy oidpublic void setSerialNumber(String string)
string
- The serial numberpublic void setSubjectName(String string)
string
- The subject namepublic void setUniqueId(String string)
string
- The UniqueIdpublic void setValidFrom(Date date)
date
- The valid from datepublic void setValidTo(Date date)
date
- The valid to datepublic void setVersionNumber(String string)
string
- The version numberpublic String getEmailAddress()
public void setEmailAddress(String string)
string
- The email addresspublic String getQcValueLimitAmount()
public String getQcValueLimitCurrency()
public boolean isQualified()
public void setQcValueLimitAmount(String string)
string
- Strinh The amountpublic void setQcValueLimitCurrency(String string)
string
- String The currencypublic void setQualified(boolean b)
b
- boolean true if qualified, else falseCopyright © 2017 Nets Branch Norway. All Rights Reserved.