K - type of Key created by the builderB - type of builder to create each time key() is called.public interface KeyBuilderSupplier<K extends Key,B extends KeyBuilder<K,B>>
Keys suitable for use with
their associated cryptographic algorithm implementation.key(),
KeyBuilder| Modifier and Type | Method and Description |
|---|---|
B |
key()
Returns a new
KeyBuilder instance that will produce new secure-random keys with a length sufficient
to be used by the component's associated cryptographic algorithm. |
B key()
KeyBuilder instance that will produce new secure-random keys with a length sufficient
to be used by the component's associated cryptographic algorithm.KeyBuilder instance that will produce new secure-random keys with a length sufficient
to be used by the component's associated cryptographic algorithm.Copyright © 2014–2024 jsonwebtoken.io. All rights reserved.