Uses of Interface
io.github.mmm.crypto.asymmetric.cert.CertificatePath
-
Packages that use CertificatePath Package Description io.github.mmm.crypto.asymmetric.cert io.github.mmm.crypto.key.store -
-
Uses of CertificatePath in io.github.mmm.crypto.asymmetric.cert
Classes in io.github.mmm.crypto.asymmetric.cert that implement CertificatePath Modifier and Type Class Description class
CertificatePathGeneric
Generic implementation ofCertificatePath
. -
Uses of CertificatePath in io.github.mmm.crypto.key.store
Methods in io.github.mmm.crypto.key.store with parameters of type CertificatePath Modifier and Type Method Description void
KeyStoreFacade. setKey(String alias, AsymmetricKeyPair<?,?> keyPair, String password, CertificatePath certificatePath)
void
KeyStoreFacadeImpl. setKey(String alias, AsymmetricKeyPair<?,?> keyPair, String password, CertificatePath certificatePath)
-