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 CipherData
private String
private EncryptionMethod
private EncryptionProperties
private String
private KeyInfo
private String
private String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()
getType()
void
setEncoding
(String encoding) void
setEncryptionMethod
(EncryptionMethod method) void
setEncryptionProperties
(EncryptionProperties properties) void
void
setKeyInfo
(KeyInfo info) void
setMimeType
(String type) void
-
Field Details
-
id
-
type
-
mimeType
-
encoding
-
encryptionMethod
-
keyInfo
-
cipherData
-
encryptionProperties
-
-
Constructor Details
-
EncryptedTypeImpl
Constructor.- Parameters:
data
-
-
-
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
-
-