パッケージ | 説明 |
---|---|
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 |
修飾子とタイプ | メソッドと説明 |
---|---|
CipherData |
EncryptedType.getCipherData()
Gets the CipherData child element.
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
EncryptedType.setCipherData(CipherData newCipherData)
Sets the CipherData child element.
|
修飾子とタイプ | クラスと説明 |
---|---|
class |
CipherDataImpl
Concrete implementation of
CipherData . |
修飾子とタイプ | メソッドと説明 |
---|---|
CipherData |
CipherDataBuilder.buildObject()
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.
|
CipherData |
CipherDataBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix)
Creates an XMLObject with a given fully qualified name.
|
CipherData |
EncryptedTypeImpl.getCipherData()
Gets the CipherData child element.
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
EncryptedTypeImpl.setCipherData(CipherData newCipherData)
Sets the CipherData child element.
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
CipherDataSchemaValidator.validate(CipherData xmlObject)
Checks to see if a XMLObject is valid.
|
protected void |
CipherDataSchemaValidator.validateChildrenPresence(CipherData xmlObject)
Validate that required children are present.
|
Copyright © 2012. All Rights Reserved.