Skip navigation links

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

Part Number E55141-01
P4 Change 1723563 on 2015/10/09


weblogic.xml.crypto.wss.provider
Class Purpose

java.lang.Object
  extended by weblogic.xml.crypto.wss.provider.Purpose


public class Purpose
extends Object

Field Summary
static Purpose DECRYPT
           
static Purpose ENCRYPT
           
static Purpose ENCRYPT_RESPONSE
           
static Purpose IDENTITY
           
static Purpose SIGN
           
static Purpose VERIFY
           

 

Method Summary
static Purpose convert(KeySelector.Purpose p)
           
 String toString()
           

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Field Detail

DECRYPT

public static final Purpose DECRYPT

ENCRYPT

public static final Purpose ENCRYPT

ENCRYPT_RESPONSE

public static final Purpose ENCRYPT_RESPONSE

SIGN

public static final Purpose SIGN

VERIFY

public static final Purpose VERIFY

IDENTITY

public static final Purpose IDENTITY

Method Detail

toString

public String toString()
Overrides:
toString in class Object

convert

public static Purpose convert(KeySelector.Purpose p)

Skip navigation links

Copyright 1996, 2015, 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.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09