public class JoseUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isSupported(JWEAlg alg)
Check whether the given JWE algorithm is supported by Authlete.
|
public static boolean isSupported(JWEAlg alg)
This method returns true when the given JWE algorithm
is one of the following. (All the algorithms listed in JWEAlg are supported as of Dec. 15, 2015.)
alg - A JWE algorithm.true if the given JWE algorithm is supported
by Authlete. false if the given JWE algorithm
is not supported by Authlete. When null is
given, this method returns false.Copyright © 2017. All rights reserved.