Класс KeySelector.Purpose
java.lang.Object
javax.xml.crypto.KeySelector.Purpose
- Вложенный класс:
KeySelector
public static class KeySelector.Purpose extends Object
Назначение ключа, который должен быть выбран.
- С момента:
- 1.6
Краткое описание полей
| Модификатор и тип | Поле | Описание |
|---|---|---|
static final KeySelector.Purpose |
DECRYPT |
Ключ для расшифровки. |
static final KeySelector.Purpose |
ENCRYPT |
Ключ для шифрования. |
static final KeySelector.Purpose |
SIGN |
Ключ для подписи. |
static final KeySelector.Purpose |
VERIFY |
Ключ для проверки. |
Краткое описание методов
Подробное описание полей
SIGN
public static final KeySelector.Purpose SIGN
Ключ для подписи.
VERIFY
public static final KeySelector.Purpose VERIFY
Ключ для проверки.
ENCRYPT
public static final KeySelector.Purpose ENCRYPT
Ключ для шифрования.
DECRYPT
public static final KeySelector.Purpose DECRYPT
Ключ для расшифровки.
Подробное описание методов
toString
© 1993, 2025, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
https://download.java.net/java/early_access/jdk24/docs/api/java.xml.crypto/javax/xml/crypto/KeySelector.Purpose.html