Module io.github.mmm.crypto
Class CertificateAccess
- java.lang.Object
-
- io.github.mmm.crypto.CryptoAccess
-
- io.github.mmm.crypto.asymmetric.cert.access.CertificateAccess
-
public abstract class CertificateAccess extends CryptoAccess
- Since:
- 1.0.0
-
-
Field Summary
Fields Modifier and Type Field Description protected CertificateConfigconfigTheCertificateConfigfor theCertificateConfig.
-
Constructor Summary
Constructors Constructor Description CertificateAccess(CertificateConfig config)The constructor.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract CertificateCreatornewCertificateCreator()
-
-
-
Field Detail
-
config
protected final CertificateConfig config
TheCertificateConfigfor theCertificateConfig.
-
-
Constructor Detail
-
CertificateAccess
public CertificateAccess(CertificateConfig config)
The constructor.- Parameters:
config- theCertificateCreator.
-
-
Method Detail
-
newCertificateCreator
public abstract CertificateCreator newCertificateCreator()
- Returns:
- a new instance of
CertificateCreator.
-
-