public class X509Credentials extends Credentials
| Constructor and Description |
|---|
X509Credentials(File pem) |
X509Credentials(String certificate) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCertificateContent()
Return the certificate content.
|
File |
getCertificateFile()
Return the path to the certificate.
|
public X509Credentials(String certificate)
public X509Credentials(File pem)
public String getCertificateContent()
public File getCertificateFile()
Copyright © 2017. All Rights Reserved.