|
BEA Systems, Inc. | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--weblogic.xml.security.specs.SpecBase
|
+--weblogic.xml.security.specs.OperationSpec
|
+--weblogic.xml.security.specs.EncryptionSpec
EncryptionSpec.java Created: Wed Aug 14 20:35:30 2002
| Fields inherited from class weblogic.xml.security.specs.OperationSpec |
bodyList,
headerList,
unrestrictedList |
| Constructor Summary | |
EncryptionSpec(java.lang.String encryptionMethod,
java.lang.String wrappingAlgorithm,
java.security.cert.X509Certificate cert,
boolean encryptBody)
Creates a EncryptionSpec for encryption destined to the owner of the provided certificate. |
|
EncryptionSpec(java.lang.String encryptionMethod,
java.security.cert.X509Certificate cert)
Creates a EncryptionSpec for encryption destined to the owner of the provided certificate |
|
EncryptionSpec(java.lang.String encryptionMethod,
java.security.cert.X509Certificate cert,
boolean encryptBody)
Creates a EncryptionSpec for encryption destined to the owner of the provided certificate. |
|
| Method Summary | |
static EncryptionSpec |
getDefaultSpec()
Returns the default EncryptionSpec. |
java.lang.String |
getEncryptionMethod()
Returns the URI for the encryption method to be used for the EncryptedKey. |
java.lang.String |
getKeyWrappingMethod()
|
void |
setKeyWrappingMethod(java.lang.String keyWrappingAlg)
|
java.lang.String |
toString()
|
| Methods inherited from class weblogic.xml.security.specs.OperationSpec |
addElement,
addElement,
entireBody |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
| Constructor Detail |
public EncryptionSpec(java.lang.String encryptionMethod,
java.security.cert.X509Certificate cert)
encryptionMethod - cert -
public EncryptionSpec(java.lang.String encryptionMethod,
java.security.cert.X509Certificate cert,
boolean encryptBody)
encryptionMethod - the URI of the algorithm to be used for the EncryptedKeycert - encryptBody -
public EncryptionSpec(java.lang.String encryptionMethod,
java.lang.String wrappingAlgorithm,
java.security.cert.X509Certificate cert,
boolean encryptBody)
encryptionMethod - the URI of the algorithm to be used for the EncryptedKeycert - encryptBody - | Method Detail |
public java.lang.String getEncryptionMethod()
public static EncryptionSpec getDefaultSpec()
public java.lang.String toString()
public java.lang.String getKeyWrappingMethod()
public void setKeyWrappingMethod(java.lang.String keyWrappingAlg)
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs81 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||