- java.lang.Object
-
- io.github.mmm.crypto.CryptoConfig
-
- io.github.mmm.crypto.asymmetric.cert.CertificateConfig
-
- Direct Known Subclasses:
CertificateConfigX509
public class CertificateConfig extends CryptoConfig
Configuration forCertificateCreator.- Since:
- 1.0.0
- Author:
- Joerg Hohwiller (hohwille at users.sourceforge.net)
-
-
Field Summary
-
Fields inherited from class io.github.mmm.crypto.CryptoConfig
provider
-
-
Constructor Summary
Constructors Constructor Description CertificateConfig(String type, SecurityProvider provider)The constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetType()-
Methods inherited from class io.github.mmm.crypto.CryptoConfig
getProvider
-
-
-
-
Constructor Detail
-
CertificateConfig
public CertificateConfig(String type, SecurityProvider provider)
The constructor.
-
-
Method Detail
-
getType
public String getType()
- Returns:
- type the
Certificatetype.
-
-