Package org.openas2.cert
Interface KeyStoreCertificateFactory
-
- All Superinterfaces:
CertificateFactory
,Component
- All Known Implementing Classes:
PKCS12CertificateFactory
public interface KeyStoreCertificateFactory extends CertificateFactory
-
-
Field Summary
-
Fields inherited from interface org.openas2.cert.CertificateFactory
COMPID_CERTIFICATE_FACTORY
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.security.KeyStore
getKeyStore()
void
setKeyStore(java.security.KeyStore keyStore)
-
Methods inherited from interface org.openas2.cert.CertificateFactory
getCertificate, getCertificate, getPrivateKey, getPrivateKey
-
Methods inherited from interface org.openas2.Component
destroy, getName, getParameters, getSession, init
-
-