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 CommandResult
AliasedCertCommand. execute(AliasedCertificateFactory certFx, java.lang.Object[] params)
CommandResult
ClearCertsCommand. execute(AliasedCertificateFactory certFx, java.lang.Object[] params)
CommandResult
DeleteCertCommand. execute(AliasedCertificateFactory certFx, java.lang.Object[] params)
CommandResult
ImportCertCommand. execute(AliasedCertificateFactory certFx, java.lang.Object[] params)
CommandResult
ImportCertInEncodedStreamCommand. execute(AliasedCertificateFactory certFx, java.lang.Object[] params)
CommandResult
ListCertCommand. execute(AliasedCertificateFactory certFx, java.lang.Object[] params)
protected CommandResult
ViewCertCommand. execute(AliasedCertificateFactory certFx, java.lang.Object[] params)
protected CommandResult
ImportCertCommand. importCert(AliasedCertificateFactory certFx, java.lang.String alias, java.lang.String filename)
protected CommandResult
ImportCertInEncodedStreamCommand. importCert(AliasedCertificateFactory certFx, java.lang.String alias, java.lang.String encodedCert)
protected CommandResult
ImportCertCommand. 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 class
PKCS12CertificateFactory
-