@Beta public static class TestCertificates.CertData extends Object
Beta
Constructor and Description |
---|
TestCertificates.CertData(String pem) |
Modifier and Type | Method and Description |
---|---|
String |
getBase64Der() |
Certificate |
getCertfificate() |
byte[] |
getDer() |
X509TrustManager |
getTrustManager() |
public TestCertificates.CertData(String pem)
public Certificate getCertfificate() throws IOException, CertificateException
IOException
CertificateException
public byte[] getDer() throws IOException
IOException
public String getBase64Der() throws IOException
IOException
public X509TrustManager getTrustManager() throws IOException, GeneralSecurityException
IOException
GeneralSecurityException
Copyright © 2011-2015 Google. All Rights Reserved.