|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectes.caib.signatura.impl.ParsedCertificateProxy
public class ParsedCertificateProxy
| Constructor Summary | |
|---|---|
ParsedCertificateProxy(ParsedCertificate parsed)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getCommonName()
|
java.lang.String |
getName()
Gets the subject's common name of the certificate. |
java.lang.String |
getNif()
Gets the NIF/CIF of the certificate holder. |
java.lang.String |
getNifResponsable()
Gets the NIF of the responsible person for the certificate. |
java.util.Date |
getValidSince()
Gets the date when the certificate starts being valid. |
java.util.Date |
getValidUntil()
Gets the date when the certificate stops being valid. |
boolean |
isPersonaFisica()
Determines if it is a natural person's certificate. |
boolean |
isPersonaJuridica()
Determines if it is a legal person's certificate (not natural person's certificate). |
void |
setCommonName(java.lang.String commonName)
|
void |
setName(java.lang.String name)
|
void |
setNif(java.lang.String nif)
|
void |
setNifResponsable(java.lang.String nifResponsable)
|
void |
setPersonaFisica(boolean personaFisica)
|
void |
setPersonaJuridica(boolean personaJuridica)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ParsedCertificateProxy(ParsedCertificate parsed)
| Method Detail |
|---|
public boolean isPersonaFisica()
ParsedCertificate
isPersonaFisica in interface ParsedCertificatepublic void setPersonaFisica(boolean personaFisica)
personaFisica - the personaFisica to setpublic boolean isPersonaJuridica()
ParsedCertificate
isPersonaJuridica in interface ParsedCertificatepublic void setPersonaJuridica(boolean personaJuridica)
personaJuridica - the personaJuridica to setpublic java.lang.String getName()
ParsedCertificate
getName in interface ParsedCertificatepublic void setName(java.lang.String name)
name - the name to setpublic java.lang.String getCommonName()
getCommonName in interface ParsedCertificatepublic void setCommonName(java.lang.String commonName)
Common - Name the name to setpublic java.lang.String getNif()
ParsedCertificate
getNif in interface ParsedCertificatepublic void setNif(java.lang.String nif)
nif - the nif to setpublic java.lang.String getNifResponsable()
ParsedCertificate
getNifResponsable in interface ParsedCertificatepublic void setNifResponsable(java.lang.String nifResponsable)
nifResponsable - the nifResponsable to setpublic java.util.Date getValidSince()
ParsedCertificate
getValidSince in interface ParsedCertificatepublic java.util.Date getValidUntil()
ParsedCertificate
getValidUntil in interface ParsedCertificate
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||