public interface KeyPairBuilder extends SecurityBuilder<KeyPair,KeyPairBuilder>
KeyPairBuilder
produces new KeyPair
s suitable for use with an associated cryptographic algorithm.
A new KeyPair
is created each time the builder's Builder.build()
method is called.
KeyPairBuilder
s are provided by components that implement the KeyPairBuilderSupplier
interface,
ensuring the resulting KeyPair
s are compatible with their associated cryptographic algorithm.
KeyPairBuilderSupplier
provider, random
Copyright © 2014–2025 jsonwebtoken.io. All rights reserved.