:: com :: sun :: star :: xml :: crypto ::
|
unpublished |
interface XDigestContextSupplier |
|
|
|
- Usage Restrictions
- not published
- Description
- This interface allows to get an object to generate a digest of a specified
format.
- Since
- OOo 3.4
|
Methods' Summary |
getDigestContext |
returns an object that allows to generate the specified digest.
|
Methods' Details |
getDigestContext
- Description
- returns an object that allows to generate the specified digest.
- Parameter nDigestID
- the internal ID specifying the algorithm,
should take value from DigestID
- Parameter aParams
- optional parameters that could be used to initialize the digest,
for example, it could contain a key and etc.
- Throws
- ::com::sun::star::lang::IllegalArgumentException
one of provided arguments is illegal
|
|
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.