public class SoapCertificate extends Object
Constructor and Description |
---|
SoapCertificate(String pkcs12Path,
String pkcs12KeyPass)
Constructor de SoapCertificate
|
Modifier and Type | Method and Description |
---|---|
Certificate[] |
getChainCertificate()
Devuelve la cadena de certificados del certificado
|
PrivateKey |
getPrivateKey()
Devuelve la clave privada del certificado firmante
|
X509Certificate |
getSOAPCertificate()
Devuelve el certificado firmante
|
public SoapCertificate(String pkcs12Path, String pkcs12KeyPass) throws MCSNException
pkcs12Path
- pkcs12KeyPass
- MCSNException
public PrivateKey getPrivateKey()
public X509Certificate getSOAPCertificate()
public Certificate[] getChainCertificate()
Copyright © 2019. All rights reserved.