Uses of Interface
org.opensaml.xmlsec.encryption.CarriedKeyName
Packages that use CarriedKeyName
Package
Description
Classes for encrypting and decrypting SAML.
XMLObject interfaces and helper classes for representing encrypted content and encrypting/decrypting content.
Implementations of the interfaces for XMLObjects that represent XML encryption types.
-
Uses of CarriedKeyName in org.opensaml.saml.saml2.encryption
Fields in org.opensaml.saml.saml2.encryption with type parameters of type CarriedKeyNameModifier and TypeFieldDescriptionprivate XMLEncryptionBuilder<CarriedKeyName>Encrypter.carriedKeyNameBuilderBuilder for CarriedKeyName objects. -
Uses of CarriedKeyName in org.opensaml.xmlsec.encryption
Methods in org.opensaml.xmlsec.encryption that return CarriedKeyNameModifier and TypeMethodDescriptionEncryptedKey.getCarriedKeyName()Gets the child element carrying the human readable name for this key.Methods in org.opensaml.xmlsec.encryption with parameters of type CarriedKeyNameModifier and TypeMethodDescriptionvoidEncryptedKey.setCarriedKeyName(CarriedKeyName newCarriedKeyName) Sets the child element carrying the human readable name for this key. -
Uses of CarriedKeyName in org.opensaml.xmlsec.encryption.impl
Classes in org.opensaml.xmlsec.encryption.impl that implement CarriedKeyNameFields in org.opensaml.xmlsec.encryption.impl declared as CarriedKeyNameModifier and TypeFieldDescriptionprivate CarriedKeyNameEncryptedKeyImpl.carriedKeyNameCarriedKeyName value.Methods in org.opensaml.xmlsec.encryption.impl that return CarriedKeyNameModifier and TypeMethodDescriptionCarriedKeyNameBuilder.buildObject()Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.CarriedKeyNameBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix) Creates an XMLObject with a given fully qualified name.EncryptedKeyImpl.getCarriedKeyName()Gets the child element carrying the human readable name for this key.Methods in org.opensaml.xmlsec.encryption.impl with parameters of type CarriedKeyNameModifier and TypeMethodDescriptionvoidEncryptedKeyImpl.setCarriedKeyName(CarriedKeyName newCarriedKeyName) Sets the child element carrying the human readable name for this key.