Certificate
certificateLabels( filterSubject, filterIssuer ) → {String[]}
| Name | Type | Description |
| filterSubject | String | filter of subject |
| filterIssuer | String | filter of issuer |
Only filtered certificate labels
Type:
String[]
// The following script gets all the labels for certificates
// with the provided subject and issuer
var certStore = CertificateStore.getDefault();
var labels = certStore.certificateLabels("MyUser", "mydomain.com");