SigningKeyPair
class SigningKeyPair(val identifier: SigningKey.Identifier, val publicKey: Key, val privateKey: Key) : SigningKey, JwsProcessor(source)
A complete key pair that holds both private and public key material, implementing JwsProcessor.
Produced automatically by mergeWith when a SigningOnlyKey and a VerifyOnlyKey with the same Identifier are both registered in a co.touchlab.kjwt.model.registry.DefaultJwtProcessorRegistry. Supports both signing and verification.