public class CertprofileFactoryRegister extends Object
| Constructor and Description |
|---|
CertprofileFactoryRegister() |
| 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.
|
void |
registFactory(CertprofileFactory factory) |
void |
unregistFactory(CertprofileFactory factory) |
public Set<String> getSupportedTypes()
null.public boolean canCreateProfile(String type)
type - Type of the certificate profile. Must not be null.public Certprofile newCertprofile(String type) throws org.xipki.util.ObjectCreationException
type - Type of the certificate. Must not be null.org.xipki.util.ObjectCreationException - If certificate profile could not be created.public void registFactory(CertprofileFactory factory)
public void unregistFactory(CertprofileFactory factory)
Copyright © 2019. All rights reserved.