KeySelector.Purpose (Java SE 10 & JDK 10 )
- java.lang.Object
-
- javax.xml.crypto.KeySelector.Purpose
-
- Enclosing class:
- KeySelector
public static class KeySelector.Purpose extends Object
The purpose of the key that is to be selected.
-
-
Field Summary
Fields Modifier and Type Field Description static KeySelector.PurposeDECRYPTA key for decrypting.
static KeySelector.PurposeENCRYPTA key for encrypting.
static KeySelector.PurposeSIGNA key for signing.
static KeySelector.PurposeVERIFYA key for verifying.
-
-
-
Field Detail
-
SIGN
public static final KeySelector.Purpose SIGN
A key for signing.
-
VERIFY
public static final KeySelector.Purpose VERIFY
A key for verifying.
-
ENCRYPT
public static final KeySelector.Purpose ENCRYPT
A key for encrypting.
-
DECRYPT
public static final KeySelector.Purpose DECRYPT
A key for decrypting.
-
-
Report a bug or suggest an enhancement
For further API reference and developer documentation see the Java SE Documentation, which contains more detailed, developer-targeted descriptions with conceptual overviews, definitions of terms, workarounds, and working code examples.
Java is a trademark or registered trademark of Oracle and/or its affiliates in the US and other countries.
Copyright © 1993, 2018, Oracle and/or its affiliates, 500 Oracle Parkway, Redwood Shores, CA 94065 USA.
All rights reserved. Use is subject to license terms and the documentation redistribution policy.