Uses of Interface
org.openas2.cert.AliasedCertificateFactory
-
Packages that use AliasedCertificateFactory Package Description org.openas2.app.cert org.openas2.cert -
-
Uses of AliasedCertificateFactory in org.openas2.app.cert
Methods in org.openas2.app.cert with parameters of type AliasedCertificateFactory Modifier and Type Method Description protected abstract CommandResultAliasedCertCommand. execute(AliasedCertificateFactory certFx, java.lang.Object[] params)CommandResultClearCertsCommand. execute(AliasedCertificateFactory certFx, java.lang.Object[] params)CommandResultDeleteCertCommand. execute(AliasedCertificateFactory certFx, java.lang.Object[] params)CommandResultImportCertCommand. execute(AliasedCertificateFactory certFx, java.lang.Object[] params)CommandResultImportCertInEncodedStreamCommand. execute(AliasedCertificateFactory certFx, java.lang.Object[] params)CommandResultListCertCommand. execute(AliasedCertificateFactory certFx, java.lang.Object[] params)protected CommandResultViewCertCommand. execute(AliasedCertificateFactory certFx, java.lang.Object[] params)protected CommandResultImportCertCommand. importCert(AliasedCertificateFactory certFx, java.lang.String alias, java.lang.String filename)protected CommandResultImportCertInEncodedStreamCommand. importCert(AliasedCertificateFactory certFx, java.lang.String alias, java.lang.String encodedCert)protected CommandResultImportCertCommand. importPrivateKey(AliasedCertificateFactory certFx, java.lang.String alias, java.lang.String filename, java.lang.String password) -
Uses of AliasedCertificateFactory in org.openas2.cert
Classes in org.openas2.cert that implement AliasedCertificateFactory Modifier and Type Class Description classPKCS12CertificateFactory
-