パッケージ | 説明 |
---|---|
org.opensaml.xml.encryption |
XMLObject interfaces and helper classes for representing encrypted content and encrypting/decrypting content.
|
org.opensaml.xml.encryption.impl |
Implementations of the interfaces for XMLObjects that represent XML encryption types.
|
org.opensaml.xml.encryption.validator |
修飾子とタイプ | メソッドと説明 |
---|---|
EncryptionProperties |
EncryptedType.getEncryptionProperties()
Gets the EncryptionProperties child element.
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
EncryptedType.setEncryptionProperties(EncryptionProperties newEncryptionProperties)
Sets the EncryptionProperties child element.
|
修飾子とタイプ | クラスと説明 |
---|---|
class |
EncryptionPropertiesImpl
Concrete implementation of
EncryptionProperties . |
修飾子とタイプ | メソッドと説明 |
---|---|
EncryptionProperties |
EncryptionPropertiesBuilder.buildObject()
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.
|
EncryptionProperties |
EncryptionPropertiesBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix)
Creates an XMLObject with a given fully qualified name.
|
EncryptionProperties |
EncryptedTypeImpl.getEncryptionProperties()
Gets the EncryptionProperties child element.
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
EncryptedTypeImpl.setEncryptionProperties(EncryptionProperties newEncryptionProperties)
Sets the EncryptionProperties child element.
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
EncryptionPropertiesSchemaValidator.validate(EncryptionProperties xmlObject)
Checks to see if a XMLObject is valid.
|
protected void |
EncryptionPropertiesSchemaValidator.validateTransforms(EncryptionProperties xmlObject)
Validate the encryption properties list.
|
Copyright © 2012. All Rights Reserved.