Package | Description |
---|---|
org.opensaml.xmlsec.encryption |
XMLObject interfaces and helper classes for representing encrypted content and encrypting/decrypting content.
|
org.opensaml.xmlsec.encryption.support |
Functional support for XML Encryption.
|
Modifier and Type | Interface and Description |
---|---|
interface |
EncryptedData
XMLObject representing XML Encryption, version 20021210, EncryptedData element.
|
interface |
EncryptedKey
XMLObject representing XML Encryption, version 20021210, EncryptedKey element.
|
Modifier and Type | Method and Description |
---|---|
private net.shibboleth.utilities.java.support.resolver.CriteriaSet |
Decrypter.buildCredentialCriteria(EncryptedType encryptedType,
net.shibboleth.utilities.java.support.resolver.CriteriaSet staticCriteria)
Utility method to build a new set of credential criteria based on the KeyInfo of an EncryptedData or
EncryptedKey, and any additional static criteria which might have been supplied to the decrypter.
|
private Set<net.shibboleth.utilities.java.support.resolver.Criterion> |
Decrypter.buildKeyCriteria(EncryptedType encryptedType)
Build decryption key credential criteria according to information in the encrypted type object.
|
Copyright © 1999–2020 Shibboleth Consortium. All rights reserved.