public static class KeySelector.Purpose extends Object
Modifier and Type | Field and Description |
---|---|
static KeySelector.Purpose |
DECRYPT
A key for decrypting.
|
static KeySelector.Purpose |
ENCRYPT
A key for encrypting.
|
static KeySelector.Purpose |
SIGN
A key for signing.
|
static KeySelector.Purpose |
VERIFY
A key for verifying.
|
Modifier and Type | Method and Description |
---|---|
String |
toString()
Returns a string representation of this purpose ("sign",
"verify", "encrypt", or "decrypt").
|
public static final KeySelector.Purpose SIGN
public static final KeySelector.Purpose VERIFY
public static final KeySelector.Purpose ENCRYPT
public static final KeySelector.Purpose DECRYPT
aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2019 aicas GmbH. All Rights Reserved.