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.security.encryption
Class EncryptedType

java.lang.Object
  extended by weblogic.xml.security.encryption.EncryptedType

All Implemented Interfaces:
XMLEncConstants
Direct Known Subclasses:
EncryptedKey

public abstract class EncryptedType
extends Object
implements XMLEncConstants

EncryptedType is the abstract type from which EncryptedData and EncryptedKey are derived.


Field Summary
protected  Map nsMap
           
static int TYPE_CONTENT
           
static String TYPE_CONTENT_URI
           
static int TYPE_ELEMENT
           
static String TYPE_ELEMENT_URI
           
static int TYPE_OTHER
           

 

Fields inherited from interface weblogic.xml.security.encryption.XMLEncConstants
ATTR_ALGORITHM, ATTR_ENCODING, ATTR_ID, ATTR_MIME_TYPE, ATTR_RECIPIENT, ATTR_TYPE, ATTR_URI, CONTENT_ONLY, CONTENT_ONLY_PROPERTY, DEFAULT_ENC_ENCODING, TAG_CARRIED_KEY_NAME, TAG_CIPHER_DATA, TAG_CIPHER_VALUE, TAG_DATA_REFERENCE, TAG_ENCRYPTED_DATA, TAG_ENCRYPTED_KEY, TAG_ENCRYPTED_TYPE, TAG_ENCRYPTION_METHOD, TAG_KEY_REFERENCE, TAG_KEY_SIZE, TAG_OAEP_PARAMS, TAG_REFERENCE_LIST, TC_ENCRYPTED_DATA, TC_ENCRYPTED_KEY, TC_ENCRYPTION_METHOD, TC_REFERENCE_LIST, VERBOSE, VERBOSE_PROPERTY, VERBOSE_PROPERTY_ALT, XMLENC_PREFIX, XMLENC_URI

 

Method Summary
 void clear()
           
 CipherData getCipherData()
           
 String getEncryptionMethod()
           
 String getId()
           
 Key getKey()
           
 KeyInfo getKeyInfo()
           
 KeyResolver getKeyResolver()
           
 int getType()
           
 String getTypeURI()
           
 void setCipherData(CipherData cipherData)
           
abstract  void setEncryptionMethod(EncryptionMethod encryptionMethod)
           
 void setEncryptionMethod(String encryptionMethodURI)
           
 void setId(String id)
           
 void setKey(EncryptedKey ek)
           
 void setKey(Key key)
           
 void setKeyInfo(KeyInfo keyInfo)
           
 void setKeyResolver(KeyResolver keyResolver)
           
 void setType(int type)
           
 void setType(String typeURI)
           
 String toString()
           

 

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

 

Field Detail

TYPE_ELEMENT_URI

public static final String TYPE_ELEMENT_URI
See Also:
Constant Field Values

TYPE_CONTENT_URI

public static final String TYPE_CONTENT_URI
See Also:
Constant Field Values

TYPE_ELEMENT

public static final int TYPE_ELEMENT
See Also:
Constant Field Values

TYPE_CONTENT

public static final int TYPE_CONTENT
See Also:
Constant Field Values

TYPE_OTHER

public static final int TYPE_OTHER
See Also:
Constant Field Values

nsMap

protected Map nsMap

Method Detail

setEncryptionMethod

public abstract void setEncryptionMethod(EncryptionMethod encryptionMethod)
                                  throws EncryptionException
Throws:
EncryptionException

setEncryptionMethod

public void setEncryptionMethod(String encryptionMethodURI)
                         throws EncryptionException
Throws:
EncryptionException

getEncryptionMethod

public String getEncryptionMethod()

setType

public void setType(String typeURI)

setType

public void setType(int type)

getType

public int getType()

getTypeURI

public String getTypeURI()

setKeyResolver

public void setKeyResolver(KeyResolver keyResolver)

getKeyResolver

public KeyResolver getKeyResolver()

getKeyInfo

public KeyInfo getKeyInfo()

setKeyInfo

public void setKeyInfo(KeyInfo keyInfo)

getCipherData

public CipherData getCipherData()

setCipherData

public void setCipherData(CipherData cipherData)

clear

public void clear()

setKey

public void setKey(Key key)

setKey

public void setKey(EncryptedKey ek)

getKey

public Key getKey()

setId

public void setId(String id)

getId

public String getId()

toString

public String toString()
Overrides:
toString in class Object

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