Uses of Class
com.nimbusds.jose.util.Base64

Packages that use Base64
com.nimbusds.jose Javascript Object Signing and Encryption (JOSE) classes. 
 

Uses of Base64 in com.nimbusds.jose
 

Methods in com.nimbusds.jose that return Base64
 Base64[] CommonSEHeader.getX509CertChain()
           
 Base64[] ReadOnlyCommonSEHeader.getX509CertChain()
          Gets the X.509 certificate chain parameter (x5c) corresponding to the key used to sign or encrypt the JWS/JWE object.
protected static Base64[] CommonSEHeader.parseX509CertChain(net.minidev.json.JSONArray jsonArray)
          Parses an X.509 certificate chain from the specified JSON array.
 

Methods in com.nimbusds.jose with parameters of type Base64
 void CommonSEHeader.setX509CertChain(Base64[] x5c)
          Sets the X.509 certificate chain parameter (x5c) corresponding to the key used to sign or encrypt the JWS/JWE object.
 



Copyright © 2013 NimbusDS. All Rights Reserved.