|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--mcne.certificate.SoapCertificate
Gestiona los certificados necesarios para firmar
Constructor Summary | |
protected |
SoapCertificate()
Creates a new instance of Certificates |
Method Summary | |
static SoapCertificate |
getInstance()
Instancia Singleton |
java.security.PrivateKey |
getPrivateKey()
Devuelve la clave privada del certificado firmante |
java.security.cert.X509Certificate |
getSOAPCertificate()
Devuelve el certificado firmante |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected SoapCertificate() throws ClienteNotarioException
Method Detail |
public static SoapCertificate getInstance()
public java.security.PrivateKey getPrivateKey()
public java.security.cert.X509Certificate getSOAPCertificate()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |