Class JsonWebKeyUtils
java.lang.Object
com.inductiveautomation.ignition.gateway.auth.jwk.JsonWebKeyUtils
Utility methods for working with
JsonWebKey and JsonWebKeySet-
Method Summary
-
Method Details
-
deepCopy
public static org.jose4j.jwk.JsonWebKey deepCopy(org.jose4j.jwk.JsonWebKey jsonWebKey) Create a deep-copy of aJsonWebKey- Parameters:
jsonWebKey- theJsonWebKeyto deep-copy- Returns:
- the deep-copied
JsonWebKeyor null or the given argument is null
-
deepCopy
public static org.jose4j.jwk.JsonWebKeySet deepCopy(org.jose4j.jwk.JsonWebKeySet jsonWebKeySet) Create a deep-copy of aJsonWebKeySet- Parameters:
jsonWebKeySet- theJsonWebKeySetto deep-copy- Returns:
- the deep-copied
JsonWebKeySetor null or the given argument is null
-