com.nimbusds.jose.util
Class X509CertChainUtils
java.lang.Object
com.nimbusds.jose.util.X509CertChainUtils
public class X509CertChainUtils
- extends Object
X.509 certificate chain utilities.
- Version:
- $version$ (2013-05-29)
- Author:
- Vladimir Dzhuvinov
Method Summary |
static List<Base64> |
parseX509CertChain(net.minidev.json.JSONArray jsonArray)
Parses an X.509 certificate chain from the specified JSON array. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
parseX509CertChain
public static List<Base64> parseX509CertChain(net.minidev.json.JSONArray jsonArray)
throws ParseException
- Parses an X.509 certificate chain from the specified JSON array.
- Parameters:
jsonArray
- The JSON array to parse. Must not be null
.
- Returns:
- The X.509 certificate chain.
- Throws:
ParseException
- If the X.509 certificate chain couldn't be
parsed.
Copyright © 2013 NimbusDS. All Rights Reserved.