public class AppCredentialTrustedca extends Object
Constructor and Description |
---|
AppCredentialTrustedca() |
Modifier and Type | Method and Description |
---|---|
AppCredentialTrustedca |
addSubjectItem(List<String> subjectItem) |
AppCredentialTrustedca |
caCertificate(String caCertificate) |
boolean |
equals(Object o) |
String |
getCaCertificate()
Get caCertificate
|
List<List<String>> |
getSubject()
Get subject
|
int |
hashCode() |
void |
setCaCertificate(String caCertificate) |
void |
setSubject(List<List<String>> subject) |
AppCredentialTrustedca |
subject(List<List<String>> subject) |
String |
toString() |
public AppCredentialTrustedca subject(List<List<String>> subject)
public AppCredentialTrustedca addSubjectItem(List<String> subjectItem)
public AppCredentialTrustedca caCertificate(String caCertificate)
public String getCaCertificate()
public void setCaCertificate(String caCertificate)
Copyright © 2017-2023 Fortanix Inc. All Rights Reserved