Uses of Interface
org.apache.xml.security.encryption.EncryptedType
-
Packages that use EncryptedType Package Description org.apache.xml.security.encryption -
-
Uses of EncryptedType in org.apache.xml.security.encryption
Subinterfaces of EncryptedType in org.apache.xml.security.encryption Modifier and Type Interface Description interface
EncryptedData
TheEncryptedData
element is the core element in the syntax.interface
EncryptedKey
TheEncryptedKey
element is used to transport encryption keys from the originator to a known recipient(s).Classes in org.apache.xml.security.encryption that implement EncryptedType Modifier and Type Class Description private class
XMLCipher.Factory.EncryptedDataImpl
private class
XMLCipher.Factory.EncryptedKeyImpl
Constructors in org.apache.xml.security.encryption with parameters of type EncryptedType Constructor Description XMLCipherInput(EncryptedType input)
Constructor for processing encrypted octets
-