public class X509CertChainUtils extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<Base64> |
parseX509CertChain(net.minidev.json.JSONArray jsonArray)
Parses an X.509 certificate chain from the specified JSON array.
|
public static java.util.List<Base64> parseX509CertChain(net.minidev.json.JSONArray jsonArray) throws java.text.ParseException
jsonArray - The JSON array to parse. Must not be null.java.text.ParseException - If the X.509 certificate chain couldn't be
parsed.Copyright © 2014 Connect2id Ltd.. All Rights Reserved.