Uses of Interface
org.opensaml.xmlsec.encryption.CipherReference
-
Packages that use CipherReference Package Description org.opensaml.xmlsec.encryption XMLObject interfaces and helper classes for representing encrypted content and encrypting/decrypting content. -
-
Uses of CipherReference in org.opensaml.xmlsec.encryption
Methods in org.opensaml.xmlsec.encryption that return CipherReference Modifier and Type Method Description CipherReferenceCipherData. getCipherReference()Get the CipherReference which points to the location encrypted data.Methods in org.opensaml.xmlsec.encryption with parameters of type CipherReference Modifier and Type Method Description voidCipherData. setCipherReference(CipherReference newCipherReference)Get the CipherReference which points to the location encrypted data.
-