Class XMLCipher.Factory.EncryptedTypeImpl
java.lang.Object
org.apache.xml.security.encryption.XMLCipher.Factory.EncryptedTypeImpl
- Direct Known Subclasses:
XMLCipher.Factory.EncryptedDataImpl, XMLCipher.Factory.EncryptedKeyImpl
- Enclosing class:
XMLCipher.Factory
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate CipherDataprivate Stringprivate EncryptionMethodprivate EncryptionPropertiesprivate Stringprivate KeyInfoprivate Stringprivate String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()getType()voidsetEncoding(String encoding) voidsetEncryptionMethod(EncryptionMethod method) voidsetEncryptionProperties(EncryptionProperties properties) voidvoidsetKeyInfo(KeyInfo info) voidsetMimeType(String type) void
-
Field Details
-
id
-
type
-
mimeType
-
encoding
-
encryptionMethod
-
keyInfo
-
cipherData
-
encryptionProperties
-
-
Constructor Details
-
EncryptedTypeImpl
-
-
Method Details
-
getId
- Returns:
- the Id
-
setId
- Parameters:
id-
-
getType
- Returns:
- the type
-
setType
- Parameters:
type-
-
getMimeType
- Returns:
- the MimeType
-
setMimeType
- Parameters:
type-
-
getEncoding
- Returns:
- the encoding
-
setEncoding
- Parameters:
encoding-
-
getEncryptionMethod
- Returns:
- the EncryptionMethod
-
setEncryptionMethod
- Parameters:
method-
-
getKeyInfo
- Returns:
- the KeyInfo
-
setKeyInfo
- Parameters:
info-
-
getCipherData
- Returns:
- the CipherData
-
getEncryptionProperties
- Returns:
- the EncryptionProperties
-
setEncryptionProperties
- Parameters:
properties-
-