public class CertprofileFactoryRegisterImpl extends Object implements CertprofileFactoryRegister
| Constructor and Description |
|---|
CertprofileFactoryRegisterImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
bindService(CertprofileFactory service) |
boolean |
canCreateProfile(String type)
TODO.
|
Set<String> |
getSupportedTypes()
Retrieves the types of supported certificate profiles.
|
Certprofile |
newCertprofile(String type)
TODO.
|
void |
unbindService(CertprofileFactory service) |
public Set<String> getSupportedTypes()
CertprofileFactoryRegistergetSupportedTypes in interface CertprofileFactoryRegisternull.public boolean canCreateProfile(String type)
CertprofileFactoryRegistercanCreateProfile in interface CertprofileFactoryRegistertype - Type of the certificate profile. Must not be null.public Certprofile newCertprofile(String type) throws org.xipki.util.ObjectCreationException
CertprofileFactoryRegisternewCertprofile in interface CertprofileFactoryRegistertype - Type of the certificate. Must not be null.org.xipki.util.ObjectCreationException - If certificate profile could not be created.public void bindService(CertprofileFactory service)
public void unbindService(CertprofileFactory service)
Copyright © 2018. All rights reserved.