eu.semiramis.identityaggregator
Class RequestorCertInfo

java.lang.Object
  extended by eu.semiramis.identityaggregator.RequestorCertInfo

public class RequestorCertInfo
extends java.lang.Object

RequestorCertInfo


Field Summary
protected  java.lang.String encodedCertificate
           
protected  java.lang.String fingerprint
           
protected  java.lang.String issuer
           
protected  java.lang.String publicKey
           
protected  java.lang.String publicKeyType
           
protected  java.lang.String serialNumber
           
protected  java.lang.String subject
           
protected  boolean valid
           
protected  java.util.Date validNotAfter
           
protected  java.util.Date validNotBefore
           
protected  int version
           
 
Constructor Summary
RequestorCertInfo()
           
 
Method Summary
 java.lang.String getEncodedCertificate()
          Get the value of EncodedCertificate
 java.lang.String getFingerprint()
          Get the value of Fingerprint
 java.lang.String getIssuer()
          Get the value of Issuer
 java.lang.String getPublicKey()
          Get the value of PublicKey
 java.lang.String getPublicKeyType()
          Get the value of PublicKeyType
 java.lang.String getSerialNumber()
          Get the value of SerialNumber
 java.lang.String getSubject()
          Get the value of Subject
 java.util.Date getValidNotAfter()
          Get the value of ValidNotAfter
 java.util.Date getValidNotBefore()
          Get the value of ValidNotBefore
 int getVersion()
          Get the value of Version
 boolean isValid()
          Get the value of valid
 void setEncodedCertificate(java.lang.String encodedCertificate)
          Set the value of EncodedCertificate
 void setFingerprint(java.lang.String fingerprint)
          Set the value of CertificateFingerprint
 void setIssuer(java.lang.String issuer)
          Set the value of Issuer
 void setPublicKey(java.lang.String publicKey)
          Set the value of PublicKey
 void setPublicKeyType(java.lang.String publicKeyType)
          Set the value of PublicKeyType
 void setSerialNumber(java.lang.String serialNumber)
          Set the value of SerialNumber
 void setSubject(java.lang.String subject)
          Set the value of Subject
 void setValid(boolean valid)
          Set the value of valid
 void setValidNotAfter(java.util.Date validNotAfter)
          Set the value of ValidNotAfter
 void setValidNotBefore(java.util.Date validNotBefore)
          Set the value of ValidNotBefore
 void setVersion(int version)
          Set the value of Version
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

version

protected int version

serialNumber

protected java.lang.String serialNumber

issuer

protected java.lang.String issuer

subject

protected java.lang.String subject

validNotBefore

protected java.util.Date validNotBefore

validNotAfter

protected java.util.Date validNotAfter

fingerprint

protected java.lang.String fingerprint

publicKeyType

protected java.lang.String publicKeyType

publicKey

protected java.lang.String publicKey

valid

protected boolean valid

encodedCertificate

protected java.lang.String encodedCertificate
Constructor Detail

RequestorCertInfo

public RequestorCertInfo()
Method Detail

getVersion

public int getVersion()
Get the value of Version

Returns:
the value of Version

setVersion

public void setVersion(int version)
Set the value of Version

Parameters:
Version - new value of Version

getSerialNumber

public java.lang.String getSerialNumber()
Get the value of SerialNumber

Returns:
the value of SerialNumber

setSerialNumber

public void setSerialNumber(java.lang.String serialNumber)
Set the value of SerialNumber

Parameters:
serialNumber - new value of SerialNumber

getIssuer

public java.lang.String getIssuer()
Get the value of Issuer

Returns:
the value of Issuer

setIssuer

public void setIssuer(java.lang.String issuer)
Set the value of Issuer

Parameters:
issuer - new value of Issuer

getSubject

public java.lang.String getSubject()
Get the value of Subject

Returns:
the value of Subject

setSubject

public void setSubject(java.lang.String subject)
Set the value of Subject

Parameters:
subject - new value of Subject

getValidNotBefore

public java.util.Date getValidNotBefore()
Get the value of ValidNotBefore

Returns:
the value of ValidNotBefore

setValidNotBefore

public void setValidNotBefore(java.util.Date validNotBefore)
Set the value of ValidNotBefore

Parameters:
validNotBefore - new value of ValidNotBefore

getValidNotAfter

public java.util.Date getValidNotAfter()
Get the value of ValidNotAfter

Returns:
the value of ValidNotAfter

setValidNotAfter

public void setValidNotAfter(java.util.Date validNotAfter)
Set the value of ValidNotAfter

Parameters:
validNotAfter - new value of ValidNotAfter

getFingerprint

public java.lang.String getFingerprint()
Get the value of Fingerprint

Returns:
the value of Fingerprint

setFingerprint

public void setFingerprint(java.lang.String fingerprint)
Set the value of CertificateFingerprint

Parameters:
fingerprint - new value of CertificateFingerprint

getPublicKeyType

public java.lang.String getPublicKeyType()
Get the value of PublicKeyType

Returns:
the value of PublicKeyType

setPublicKeyType

public void setPublicKeyType(java.lang.String publicKeyType)
Set the value of PublicKeyType

Parameters:
publicKeyType - new value of PublicKeyType

getPublicKey

public java.lang.String getPublicKey()
Get the value of PublicKey

Returns:
the value of PublicKey

setPublicKey

public void setPublicKey(java.lang.String publicKey)
Set the value of PublicKey

Parameters:
publicKey - new value of PublicKey

getEncodedCertificate

public java.lang.String getEncodedCertificate()
Get the value of EncodedCertificate

Returns:
the value of EncodedCertificate

setEncodedCertificate

public void setEncodedCertificate(java.lang.String encodedCertificate)
Set the value of EncodedCertificate

Parameters:
encodedCertificate - new value of EncodedCertificate

isValid

public boolean isValid()
Get the value of valid

Returns:
the value of valid

setValid

public void setValid(boolean valid)
Set the value of valid

Parameters:
valid - new value of valid