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