パッケージ | 説明 |
---|---|
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 |
修飾子とタイプ | メソッドと説明 |
---|---|
CipherReference |
CipherData.getCipherReference()
Get the CipherReference which points to the location encrypted data.
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
CipherData.setCipherReference(CipherReference newCipherReference)
Get the CipherReference which points to the location encrypted data.
|
修飾子とタイプ | クラスと説明 |
---|---|
class |
CipherReferenceImpl
Concrete implementation of
CipherReference . |
修飾子とタイプ | メソッドと説明 |
---|---|
CipherReference |
CipherReferenceBuilder.buildObject()
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.
|
CipherReference |
CipherReferenceBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix)
Creates an XMLObject with a given fully qualified name.
|
CipherReference |
CipherDataImpl.getCipherReference()
Get the CipherReference which points to the location encrypted data.
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
CipherDataImpl.setCipherReference(CipherReference newCipherReference)
Get the CipherReference which points to the location encrypted data.
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
CipherReferenceSchemaValidator.validate(CipherReference xmlObject)
Checks to see if a XMLObject is valid.
|
protected void |
CipherReferenceSchemaValidator.validateURI(CipherReference xmlObject)
Validate the URI.
|
Copyright © 2012. All Rights Reserved.