Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.3)

Part Number E41849-02

weblogic.xml.crypto.api
Class KeySelector.Purpose

java.lang.Object
  extended by weblogic.xml.crypto.api.KeySelector.Purpose
Enclosing class:
KeySelector

public static class KeySelector.Purpose
extends Object


Field Summary
static KeySelector.Purpose DECRYPT
           
static KeySelector.Purpose ENCRYPT
           
static KeySelector.Purpose SIGN
           
static KeySelector.Purpose VERIFY
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

DECRYPT

public static KeySelector.Purpose DECRYPT

ENCRYPT

public static KeySelector.Purpose ENCRYPT

SIGN

public static KeySelector.Purpose SIGN

VERIFY

public static KeySelector.Purpose VERIFY
Method Detail

toString

public String toString()
Overrides:
toString in class Object

Copyright 1996, 2014, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.3)

Part Number E41849-02