Uses of Class
io.deeplumen.ucp.models.discovery.SigningKey
Packages that use SigningKey
-
Uses of SigningKey in io.deeplumen.ucp.models.discovery
Methods in io.deeplumen.ucp.models.discovery that return SigningKeyModifier and TypeMethodDescriptionSigningKey.withAdditionalProperty(String name, Object value) SigningKey.withUse(SigningKey.Use use) Methods in io.deeplumen.ucp.models.discovery that return types with arguments of type SigningKeyModifier and TypeMethodDescriptionUCPDiscoveryProfile.getSigningKeys()Public keys for signature verification (JWK format).Method parameters in io.deeplumen.ucp.models.discovery with type arguments of type SigningKeyModifier and TypeMethodDescriptionvoidUCPDiscoveryProfile.setSigningKeys(List<SigningKey> signingKeys) Public keys for signature verification (JWK format).UCPDiscoveryProfile.withSigningKeys(List<SigningKey> signingKeys)