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