public interface X509Identity extends Identity
Identities.newX509Identity(String, X509Certificate, PrivateKey).| Modifier and Type | Method and Description |
|---|---|
X509Certificate |
getCertificate()
Get the certificate for this identity.
|
PrivateKey |
getPrivateKey()
Get the private key for this identity.
|
X509Certificate getCertificate()
PrivateKey getPrivateKey()
Copyright © 2023. All rights reserved.