public final class Administrator extends Object
CertificateIssuer| Constructor and Description |
|---|
Administrator(String firstName,
String lastName,
String email)
Creates an administrator of the issuer.
|
Administrator(String firstName,
String lastName,
String email,
String contact)
Creates an administrator of the issuer.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getContact()
Get the contact of the admin.
|
String |
getEmail()
Get the email of the admin.
|
String |
getFirstName()
Get the first name of the admin.
|
String |
getLastName()
Get the last name of the admin.
|
public Administrator(String firstName, String lastName, String email)
firstName - the firstName of the issuer.lastName - the last name of the issuer.email - the email of the issuer.public Administrator(String firstName, String lastName, String email, String contact)
firstName - the firstName of the admin.lastName - the last name of the admin.email - the email of the admin.contact - tne contact info of the admin.public String getFirstName()
public String getLastName()
public String getEmail()
public String getContact()
Copyright © 2019 Microsoft Corporation. All rights reserved.