public class CertificateSubject extends CertificateEntity<PublicKey>
| Constructor and Description |
|---|
CertificateSubject()
Creates a CertificateIssuer with the default name, organization and country as well as a null key.
|
CertificateSubject(String name,
PublicKey key)
Creates a CertificateSubject with the given name and key as well as default organization and country.
|
CertificateSubject(String name,
String organization,
String country,
PublicKey key)
Create a CertificateSubject with the given values.
|
getCountry, getKey, getName, getOrganization, setCountry, setKey, setName, setOrganizationpublic CertificateSubject()
public CertificateSubject(String name, PublicKey key)
name - the name of the entitykey - the key fo the entitypublic CertificateSubject(String name, String organization, String country, PublicKey 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.