public class CertificateUtils
extends java.lang.Object
| Constructor and Description | 
|---|
CertificateUtils()  | 
| Modifier and Type | Method and Description | 
|---|---|
static java.lang.String | 
getCertCN(byte[] certFile)  | 
static byte[] | 
readCert(byte[] certFile)  | 
static byte[] | 
readPrivateKey(byte[] certFile)  | 
public static java.lang.String getCertCN(byte[] certFile)
                                  throws ServerFault
ServerFaultpublic static byte[] readCert(byte[] certFile)
public static byte[] readPrivateKey(byte[] certFile)
Copyright © 2021. All Rights Reserved.