Package | Description |
---|---|
org.soulwing.jwt.api | |
org.soulwing.jwt.api.locator |
Modifier and Type | Method and Description |
---|---|
List<X509Certificate> |
PublicKeyLocator.Criteria.getCertificateChain()
Gets the value of the
x5c header. |
PublicKeyLocator.Thumbprint |
PublicKeyLocator.Criteria.getCertificateThumbprint()
Gets an object that can be used to match values of the
x5t
and x5t#S256 headers. |
JWK |
PublicKeyLocator.Criteria.getWebKey()
Gets the value of the
jwk header. |
Predicate<X509Certificate> |
PublicKeyLocator.Thumbprint.matcher()
Gets a predicate that tests whether this thumbprint matches a given
certificate
|
Modifier and Type | Method and Description |
---|---|
List<X509Certificate> |
PemCertificateChainLoader.load(URI url) |
Copyright © 2019. All rights reserved.