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

Part Number E41849-02

weblogic.xml.crypto.encrypt.api
Interface EncryptionMethod

All Superinterfaces:
AlgorithmMethod, XMLStructure

public interface EncryptionMethod
extends AlgorithmMethod, XMLStructure


Field Summary
static String AES128_CBC
           
static String AES192_CBC
           
static String AES256_CBC
           
static String KW_AES128
           
static String KW_AES192
           
static String KW_AES256
           
static String KW_TRIPLEDES
           
static String RSA_1_5
           
static String RSA_OAEP_MGFLP
           
static String TRIPLEDES_CBC
           
 
Method Summary
 Integer getKeySize()
           
 
Methods inherited from interface weblogic.xml.crypto.api.AlgorithmMethod
getAlgorithm, getParameterSpec
 
Methods inherited from interface weblogic.xml.crypto.api.XMLStructure
isFeatureSupported
 

Field Detail

AES128_CBC

static final String AES128_CBC
See Also:
Constant Field Values

AES192_CBC

static final String AES192_CBC
See Also:
Constant Field Values

AES256_CBC

static final String AES256_CBC
See Also:
Constant Field Values

TRIPLEDES_CBC

static final String TRIPLEDES_CBC
See Also:
Constant Field Values

KW_AES128

static final String KW_AES128
See Also:
Constant Field Values

KW_AES192

static final String KW_AES192
See Also:
Constant Field Values

KW_AES256

static final String KW_AES256
See Also:
Constant Field Values

KW_TRIPLEDES

static final String KW_TRIPLEDES
See Also:
Constant Field Values

RSA_1_5

static final String RSA_1_5
See Also:
Constant Field Values

RSA_OAEP_MGFLP

static final String RSA_OAEP_MGFLP
See Also:
Constant Field Values
Method Detail

getKeySize

Integer getKeySize()

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