public class EnrollCertResult extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
EnrollCertResult.CertifiedKeyPairOrError |
| Constructor and Description |
|---|
EnrollCertResult(Certificate caCert,
Map<String,EnrollCertResult.CertifiedKeyPairOrError> certsOrErrors) |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getAllIds() |
Certificate |
getCaCert() |
EnrollCertResult.CertifiedKeyPairOrError |
getCertOrError(String id) |
public EnrollCertResult(Certificate caCert, Map<String,EnrollCertResult.CertifiedKeyPairOrError> certsOrErrors)
public Certificate getCaCert()
public EnrollCertResult.CertifiedKeyPairOrError getCertOrError(String id)
Copyright © 2019. All rights reserved.