|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ParsedCertificate
Interface to access to the certificate information. It abstracts subject's information encoding.
| 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). |
| Method Detail |
|---|
java.lang.String getNif()
java.lang.String getName()
java.lang.String getNifResponsable()
java.util.Date getValidSince()
java.util.Date getValidUntil()
boolean isPersonaFisica()
boolean isPersonaJuridica()
java.lang.String getCommonName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||