public interface CertprofileFactory
| Modifier and Type | Method and Description |
|---|---|
boolean |
canCreateProfile(String type)
Whether Certprofile of given type can be created.
|
Set<String> |
getSupportedTypes()
Retrieves the types of supported certificate profiles.
|
Certprofile |
newCertprofile(String type)
Create new Certprofile of given type.
|
Set<String> getSupportedTypes()
null.boolean canCreateProfile(String type)
type - Type of the certificate profile. Must not be null.Certprofile newCertprofile(String type) throws org.xipki.util.ObjectCreationException
type - Type of the certificate profile. Must not be null.org.xipki.util.ObjectCreationException - if certificate profile could not be created.Copyright © 2020. All rights reserved.