Key
This class is used to protect the integrity of signature data
Full qualification: com.florentis.signature.Key
Summary
Methods
set
This method sets the type of the Key object
| public native void set( int ) |
|---|
| Parameters |
|---|
| type | The key type can be one of the following:
- Key.none
- Key.md5
- Key.sha1
- Key.sha224
- Key.sha256
- Key.sha384
- Key.sha512
|
| Return Value |
|---|
| None |
close
This method "Closes" the object, releasing the underlying COM object (and thus freeing resources).
| public native void close() |
|---|
| Parameters |
|---|
| None |
| Return Value |
|---|
| None |
Properties
| Property | Property Type | Description |
|---|
type | int | Read-only value returns the type of Key set
- Key.none
- Key.md5
- Key.sha1
- Key.sha224
- Key.sha256
- Key.sha384
- Key.sha512
|