:: com :: sun :: star :: xml :: crypto ::
|
unpublished |
interface XCipherContext |
|
|
|
- Usage Restrictions
- not published
- Description
- This interface allows to encrypt/decrypt data using the cipher context.
The algorithm as well as encryption data are specified on object creation.
- Since
- OOo 3.4
- See also
- XCipherContextSupplier
|
Methods' Details |
convertWithCipherContext
- Description
- encrypts/decrypts the data using the cipher.
Please have in mind, the cipher object state might depend from the
already encrypted/decrypted data ( it depends from the used
algorithm ).
Whether the object does encryption or decryption is specified by
creation of the object.
- Parameter aData
- data that should be encrypted/decrypted
|
|
finalizeCipherContextAndDispose
- Description
- finalizes cipher and disposes context.
|
|
Top of Page
Copyright © 1995, 2012, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.