org.mozilla.jss.crypto
public static final class SymmetricKey.Usage extends Object
When you unwrap a symmetric key, you must specify which one of these operations it will be used to perform.
| Field Summary | |
|---|---|
| static SymmetricKey.Usage | DECRYPT |
| static SymmetricKey.Usage | ENCRYPT |
| static SymmetricKey.Usage | SIGN |
| static SymmetricKey.Usage | UNWRAP |
| static SymmetricKey.Usage | VERIFY |
| static SymmetricKey.Usage | WRAP |
| Method Summary | |
|---|---|
| int | getVal() |