| Package | Description |
|---|---|
| de.profhenry.sshsig.core | |
| de.profhenry.sshsig.core.spi |
| Modifier and Type | Method and Description |
|---|---|
SignatureAlgorithm |
SshSignature.getSignatureAlgorithm() |
static SignatureAlgorithm |
SignatureAlgorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SignatureAlgorithm[] |
SignatureAlgorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
SshSignature(byte[] someSignatureData,
SignatureAlgorithm aSignatureAlgorithm) |
| Modifier and Type | Method and Description |
|---|---|
SignatureAlgorithm |
SigningBackend.SigningResult.getSignatureAlgorithm() |
| Constructor and Description |
|---|
SigningResult(SignatureAlgorithm aSignatureAlgorithm,
byte[] someSignedContent) |
Copyright © 2023. All rights reserved.