Package | Description |
---|---|
io.jsonwebtoken.security |
Modifier and Type | Interface and Description |
---|---|
interface |
KeyBuilder<K extends Key,B extends KeyBuilder<K,B>>
A
KeyBuilder produces new Key s suitable for use with an associated cryptographic algorithm. |
interface |
KeyBuilderSupplier<K extends Key,B extends KeyBuilder<K,B>>
Interface implemented by components that support building/creating new
Key s suitable for use with
their associated cryptographic algorithm implementation. |
Modifier and Type | Interface and Description |
---|---|
interface |
PrivateKeyBuilder
A builder that allows a
PrivateKey to be transparently associated with a SecurityBuilder.provider(Provider) or
PrivateKeyBuilder.publicKey(PublicKey) if necessary for algorithms that require them. |
interface |
SecretKeyBuilder
A
KeyBuilder that creates new secure-random SecretKey s with a length sufficient to be used by
the security algorithm that produced this builder. |
Copyright © 2014–2023 jsonwebtoken.io. All rights reserved.