| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
NAME |
"bearer" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
ALG |
"alg" |
public static final String |
ATTRIBUTES |
"attributes" |
public static final String |
CONTENTTYPE |
"contentType" |
public static final String |
DIGEST |
"digest" |
public static final String |
HSM |
"hsm" |
public static final String |
ID |
"id" |
public static final String |
KEY |
"key" |
public static final String |
KEY_OPS |
"key_ops" |
public static final String |
KEY_SIZE |
"key_size" |
public static final String |
KID |
"kid" |
public static final String |
KTY |
"kty" |
public static final String |
NEXTLINK |
"nextLink" |
public static final String |
RESULT |
"result" |
public static final String |
SIGNATURE |
"signature" |
public static final String |
TAGS |
"tags" |
public static final String |
VALUE |
"value" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
RSA15 |
"RSA1_5" |
public static final String |
RSAOAEP |
"RSA-OAEP" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DECRYPT |
"decrypt" |
public static final String |
ENCRYPT |
"encrypt" |
public static final String |
SIGN |
"sign" |
public static final String |
UNWRAP |
"unwrapKey" |
public static final String |
VERIFY |
"verify" |
public static final String |
WRAP |
"wrapKey" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
RS256 |
"RS256" |
public static final String |
RS384 |
"RS384" |
public static final String |
RS512 |
"RS512" |
public static final String |
RSNULL |
"RSNULL" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
EC |
"EC" |
public static final String |
OCT |
"oct" |
public static final String |
RSA |
"RSA" |
public static final String |
RSAHSM |
"RSA-HSM" |
/**
* Copyright Microsoft Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/