public class CertificateIssuer extends CertificateEntity<PrivateKey>
| Constructor and Description |
|---|
CertificateIssuer()
Creates a CertificateIssuer with the default name, organization and country as well as a null key.
|
CertificateIssuer(String name,
PrivateKey key)
Creates a CertificateIssuer with the given name and key as well as default organization and country.
|
CertificateIssuer(String name,
String organization,
String country,
PrivateKey key)
Create a CertificateIssuer with the given values.
|
getCountry, getKey, getName, getOrganization, setCountry, setKey, setName, setOrganizationpublic CertificateIssuer()
public CertificateIssuer(String name, PrivateKey key)
name - the name of the entitykey - the key fo the entitypublic CertificateIssuer(String name, String organization, String country, PrivateKey key)
name - the name of the entityorganization - the organization of the entitycountry - the country of the entitykey - the key of the entityCopyright © 2021. All rights reserved.