Package | Description |
---|---|
com.sun.identity.wss.xmlenc | |
com.sun.identity.xmlenc |
Modifier and Type | Method and Description |
---|---|
Document |
WSSEncryptionProvider.encryptAndReplaceWSSElements(Document doc,
Map elmMap,
String encDataEncAlg,
int encDataEncAlgStrength,
String certAlias,
int kekStrength,
String tokenType,
String providerID)
Encrypts the given WSS XML element in a given XML Context document.
|
Modifier and Type | Method and Description |
---|---|
Document |
XMLEncryptionManager.decryptAndReplace(Document encryptedDoc,
Key privKey)
Decrypts an XML Document that contains encrypted data.
|
Document |
AMEncryptionProvider.decryptAndReplace(Document encryptedDoc,
Key privKey)
Decrypts an XML Document that contains encrypted data.
|
Document |
EncryptionProvider.decryptAndReplace(Document encryptedDoc,
Key privKey)
Decrypts an XML Document that contains encrypted data.
|
Document |
XMLEncryptionManager.decryptAndReplace(Document encryptedDoc,
String kekAlias)
Decrypts and replaces the XML element in a given XML DOM Document.
|
Document |
AMEncryptionProvider.decryptAndReplace(Document encryptedDoc,
String certAlias)
Decrypts an XML Document that contains encrypted data.
|
Document |
EncryptionProvider.decryptAndReplace(Document encryptedDoc,
String certAlias)
Decrypts an XML Document that contains encrypted data.
|
Document |
XMLEncryptionManager.encryptAndReplace(Document doc,
Element element,
String secretKeyAlg,
int keySize,
Key kek,
int kekStrength)
Encrypts the given XML element in a given XML Context document.
|
Document |
XMLEncryptionManager.encryptAndReplace(Document doc,
Element element,
String secretKeyAlg,
int keySize,
Key kek,
int kekStrength,
String providerID)
Encrypts the given XML element in a given XML Context document.
|
Document |
AMEncryptionProvider.encryptAndReplace(Document doc,
Element element,
String secretKeyAlg,
int keyStrength,
Key kek,
int kekStrength,
String providerID)
Encrypts the given XML element in a given XML Context document.
|
Document |
EncryptionProvider.encryptAndReplace(Document doc,
Element element,
String secretKeyAlg,
int keyStrength,
Key kek,
int kekStrength,
String providerID)
Encrypts the given XML element in a given XML Context document.
|
Document |
XMLEncryptionManager.encryptAndReplace(Document doc,
Element element,
String secretKeyAlg,
int keySize,
String certAlias)
Encrypts the given XML element in a given XML Context document.
|
Document |
XMLEncryptionManager.encryptAndReplace(Document doc,
Element element,
String secretKeyAlg,
int keySize,
String certAlias,
int kekStrength)
Encrypts the given XML element in a given XML Context document.
|
Document |
AMEncryptionProvider.encryptAndReplace(Document doc,
Element element,
String secretKeyAlg,
int keyStrength,
String certAlias,
int kekStrength)
Encrypts the given XML element in a given XML Context document.
|
Document |
EncryptionProvider.encryptAndReplace(Document doc,
Element element,
String secretKeyAlg,
int keyStrength,
String certAlias,
int kekStrength)
Encrypts the given XML element in a given XML Context document.
|
Document |
AMEncryptionProvider.encryptAndReplace(Document doc,
Element element,
String secretKeyAlg,
int keyStrength,
String certAlias,
int kekStrength,
String providerID)
Encrypts the given XML element in a given XML Context document.
|
Document |
EncryptionProvider.encryptAndReplace(Document doc,
Element element,
String secretKeyAlg,
int keyStrength,
String certAlias,
int kekStrength,
String providerID)
Encrypts the given XML element in a given XML Context document.
|
Document |
XMLEncryptionManager.encryptAndReplace(Document doc,
Element element,
String secretKeyAlg,
int keySize,
String certAlias,
String providerID)
Encrypts the given XML element in a given XML Context document.
|
Document |
XMLEncryptionManager.encryptAndReplaceResourceID(Document doc,
Element element,
String secretKeyAlg,
int keySize,
Key kek,
int kekStrength,
String providerID)
Encrypts the given XML element in a given XML Context document.
|
Document |
AMEncryptionProvider.encryptAndReplaceResourceID(Document doc,
Element element,
String secretKeyAlg,
int keyStrength,
Key kek,
int kekStrength,
String providerID)
Encrypts the given XML element in a given XML Context document.
|
Document |
EncryptionProvider.encryptAndReplaceResourceID(Document doc,
Element element,
String secretKeyAlg,
int keyStrength,
Key kek,
int kekStrength,
String providerID)
Encrypts the given XML element in a given XML Context document.
|
Document |
AMEncryptionProvider.encryptAndReplaceResourceID(Document doc,
Element element,
String secretKeyAlg,
int keyStrength,
String certAlias,
int kekStrength,
String providerID)
Encrypts the given ResourceID XML element in a given XML Context
document.
|
Document |
EncryptionProvider.encryptAndReplaceResourceID(Document doc,
Element element,
String secretKeyAlg,
int keyStrength,
String certAlias,
int kekStrength,
String providerID)
Encrypts the given ResourceID XML element in a given XML Context
document.
|
Document |
XMLEncryptionManager.encryptAndReplaceResourceID(Document doc,
Element element,
String secretKeyAlg,
int keySize,
String certAlias,
String providerID)
Encrypts the given ResourceID XML element in a given XML Context
document.
|
Document |
XMLEncryptionManager.encryptAndReplaceWSSElements(Document doc,
Map elmMap,
String encDataEncAlg,
int encDataEncAlgStrength,
String certAlias,
int kekStrength,
String tokenType,
String providerID)
Encrypts the given WSS XML element in a given XML Context document.
|
Document |
AMEncryptionProvider.encryptAndReplaceWSSElements(Document doc,
Map elmMap,
String encDataEncAlg,
int encDataEncAlgStrength,
String certAlias,
int kekStrength,
String tokenType,
String providerID)
Encrypts the given WSS XML element in a given XML Context document.
|
Document |
EncryptionProvider.encryptAndReplaceWSSElements(Document doc,
Map elmMap,
String encDataEncAlg,
int encDataEncAlgStrength,
String certAlias,
int kekStrength,
String tokenType,
String providerID)
Encrypts the given WSS XML element in a given XML Context document.
|
protected SecretKey |
AMEncryptionProvider.generateSecretKey(String algorithm,
int keyStrength)
Generates secret key for a given algorithm and key strength.
|
protected String |
AMEncryptionProvider.getEncryptionAlgorithm(String algorithm,
int keyStrength)
Gets the equivalent XML encryption algorithm string for a given
algorithm and strength that is published by the provider.
|
void |
AMEncryptionProvider.initialize(KeyProvider keyprovider)
Initializes encryption provider.
|
void |
EncryptionProvider.initialize(KeyProvider keyProvider)
Initializes encryption provider.
|
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.