public class CertprofileFactoryRegister extends Object
| Constructor and Description |
|---|
CertprofileFactoryRegister() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canCreateProfile(String type)
TODO.
|
Set<String> |
getSupportedTypes()
Retrieves the types of supported certificate profiles.
|
Certprofile |
newCertprofile(String type)
TODO.
|
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.AuditServiceRuntimeException - If certificate profile could not be created.org.xipki.util.ObjectCreationExceptionpublic void registFactory(CertprofileFactory factory)
public void unregistFactory(CertprofileFactory factory)
Copyright © 2019. All rights reserved.