Package | Description |
---|---|
org.soulwing.jwt.api |
Modifier and Type | Method and Description |
---|---|
static KeyInfo.Builder |
KeyInfo.builder()
Creates a builder that constructs a new instance.
|
KeyInfo.Builder |
KeyInfo.Builder.certificates(List<X509Certificate> certificates)
Specifies a list of certificates associated with this key.
|
KeyInfo.Builder |
KeyInfo.Builder.certificateUrl(URI url)
Specifies a URL from which certificates associated with this key may
be retrieved.
|
KeyInfo.Builder |
KeyInfo.Builder.id(String id)
Specifies an identifier for this key.
|
KeyInfo.Builder |
KeyInfo.Builder.key(Key key)
Specifies the key itself.
|
Copyright © 2019. All rights reserved.