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