|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectEncryptedData
org.globus.ogsa.impl.security.authentication.GSSEncryptedData
| Constructor Summary | |
GSSEncryptedData(org.w3c.dom.Document doc,
EncryptionMethod encryptionMethod,
KeyInfo keyInfo,
CipherData cipherData,
EncryptionProperties encryptionProperties,
java.lang.String Id,
java.lang.String Type)
Constructor GSSEncryptedData |
|
GSSEncryptedData(org.w3c.dom.Document doc,
java.lang.String encryptionMethod,
EncryptionMethodParams encryptionMethodParams,
KeyInfo keyInfo,
CipherData cipherData,
EncryptionProperties encryptionProperties,
java.lang.String Id,
java.lang.String Type)
Constructor GSSEncryptedData |
|
GSSEncryptedData(org.w3c.dom.Document doc,
java.lang.String encryptionMethod,
EncryptionMethodParams encryptionMethodParams,
KeyInfo keyInfo,
EncryptionProperties encryptionProperties,
java.lang.String Id)
Constructor GSSEncryptedData |
|
GSSEncryptedData(org.w3c.dom.Element element,
java.lang.String BaseURI)
Constructor GSSEncryptedData |
|
| Method Summary | |
void |
decryptAndReplace(org.ietf.jgss.GSSContext context)
Method decryptAndReplace |
void |
encryptContentAndReplace(org.w3c.dom.Node firstPlaintextNode,
int length,
org.ietf.jgss.GSSContext context)
Encrypts some child Nodes of a given Element. |
void |
encryptElementAndReplace(org.w3c.dom.Element plaintextElement,
org.ietf.jgss.GSSContext context)
Method encryptAndReplace |
java.lang.String |
getKeyInfoContextId()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public GSSEncryptedData(org.w3c.dom.Document doc,
EncryptionMethod encryptionMethod,
KeyInfo keyInfo,
CipherData cipherData,
EncryptionProperties encryptionProperties,
java.lang.String Id,
java.lang.String Type)
throws XMLSecurityException
doc - encryptionMethod - keyInfo - cipherData - encryptionProperties - Id - Type -
XMLSecurityException
public GSSEncryptedData(org.w3c.dom.Document doc,
java.lang.String encryptionMethod,
EncryptionMethodParams encryptionMethodParams,
KeyInfo keyInfo,
EncryptionProperties encryptionProperties,
java.lang.String Id)
throws XMLSecurityException
doc - encryptionMethod - encryptionMethodParams - keyInfo - encryptionProperties - Id -
XMLSecurityException
public GSSEncryptedData(org.w3c.dom.Document doc,
java.lang.String encryptionMethod,
EncryptionMethodParams encryptionMethodParams,
KeyInfo keyInfo,
CipherData cipherData,
EncryptionProperties encryptionProperties,
java.lang.String Id,
java.lang.String Type)
throws XMLSecurityException
doc - encryptionMethod - encryptionMethodParams - keyInfo - cipherData - encryptionProperties - Id - Type -
XMLSecurityException
public GSSEncryptedData(org.w3c.dom.Element element,
java.lang.String BaseURI)
throws XMLSecurityException
element - BaseURI -
XMLSecurityException| Method Detail |
public void encryptElementAndReplace(org.w3c.dom.Element plaintextElement,
org.ietf.jgss.GSSContext context)
throws XMLSecurityException
plaintextElement - context -
XMLSecurityException
public void encryptContentAndReplace(org.w3c.dom.Node firstPlaintextNode,
int length,
org.ietf.jgss.GSSContext context)
throws XMLSecurityException
Nodes of a given Element.
firstPlaintextNode - the first Node to be encryptedlength - the total number of Nodes to be encrypted
(the firstPlaintextNode and (length-1) next siblings)context - the context which is used to encrypt the data
XMLSecurityException
public void decryptAndReplace(org.ietf.jgss.GSSContext context)
throws XMLSecurityException
context -
XMLSecurityException
public java.lang.String getKeyInfoContextId()
throws XMLSecurityException
XMLSecurityException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||