- SignatureAlgorithm - Enum in de.profhenry.sshsig.core
-
Defines the signature algorithms which are used for SSH signatures.
- signData(KeyPair, byte[]) - Method in class de.profhenry.sshsig.core.JcaSingingBackend
-
- signData(K, byte[]) - Method in interface de.profhenry.sshsig.core.spi.SigningBackend
-
Method for signing data using the provided key information.
- SigningBackend<K> - Interface in de.profhenry.sshsig.core.spi
-
SPI for signing backends.
- SigningBackend.SigningResult - Class in de.profhenry.sshsig.core.spi
-
Data container for a signing result.
- SigningResult(SignatureAlgorithm, byte[]) - Constructor for class de.profhenry.sshsig.core.spi.SigningBackend.SigningResult
-
- SshBuffer - Class in de.profhenry.sshsig.core
-
Buffer for encoding blobs according to the SSH protocol spec.
- SshBuffer() - Constructor for class de.profhenry.sshsig.core.SshBuffer
-
- SshPublicKeyEncoder - Class in de.profhenry.sshsig.core
-
Encoder for public keys in SSH format.
- SshPublicKeyEncoder() - Constructor for class de.profhenry.sshsig.core.SshPublicKeyEncoder
-
- SshSignature - Class in de.profhenry.sshsig.core
-
Data container for SSH signatures.
- SshSignature(byte[], SignatureAlgorithm) - Constructor for class de.profhenry.sshsig.core.SshSignature
-
- SshSignatureException - Exception in de.profhenry.sshsig.core
-
Signals that an error has occured when generating a SSH signature.
- SshSignatureException(String) - Constructor for exception de.profhenry.sshsig.core.SshSignatureException
-
Constructs a SshSignatureException with the specified message.
- SshSignatureException(String, Throwable) - Constructor for exception de.profhenry.sshsig.core.SshSignatureException
-
Constructs a SshSignatureException with the specified message and cause.
- SshSignatureGenerator<K> - Class in de.profhenry.sshsig.core
-
Generator for SSH signatures.