public class RawXmlEncryptionFactory extends XmlEncFactory
If using this factory, then the entire document is encrypted and wrapped in a single EncryptedData element with the
associated MimeType
The underlying encryption facility only allows for the following types of (the key length is implicit in the algorithm type and does not need to be specified) :
XmlEncryptionFactoryIn the adapter configuration file this class is aliased as raw-xml-encryption-factory. which is the preferred alternative to the fully qualified classname when building your configuration.
License Required: STANDARD
log| Constructor and Description |
|---|
RawXmlEncryptionFactory() |
| Modifier and Type | Method and Description |
|---|---|
protected SecurityService |
build() |
java.lang.String |
getEncryptedDataEncoding() |
java.lang.String |
getEncryptedDataMimeType() |
java.lang.String |
getEncryptedDataType() |
void |
setEncryptedDataEncoding(java.lang.String encoding) |
void |
setEncryptedDataMimeType(java.lang.String s) |
void |
setEncryptedDataType(java.lang.String s) |
createService, getIdGenerator, isEnabled, setIdGeneratordefaultInstanceprotected SecurityService build() throws AdaptrisSecurityException
build in class XmlEncFactoryAdaptrisSecurityExceptionpublic java.lang.String getEncryptedDataMimeType()
public void setEncryptedDataMimeType(java.lang.String s)
s - the mimeType to setpublic java.lang.String getEncryptedDataEncoding()
public void setEncryptedDataEncoding(java.lang.String encoding)
encoding - the encoding to setpublic java.lang.String getEncryptedDataType()
public void setEncryptedDataType(java.lang.String s)
s - the type to set