public class X509Enrollment extends Object implements Enrollment, Serializable
Constructor and Description |
---|
X509Enrollment(KeyPair signingKeyPair,
String signedPem) |
X509Enrollment(PrivateKey key,
String signedPem) |
Modifier and Type | Method and Description |
---|---|
String |
getCert()
Get the user's signed certificate.
|
PrivateKey |
getKey()
Get the user's private key
|
public X509Enrollment(PrivateKey key, String signedPem)
public PrivateKey getKey()
Enrollment
getKey
in interface Enrollment
public String getCert()
Enrollment
getCert
in interface Enrollment
Copyright © 2022. All rights reserved.