Uses of Interface
se.swedenconnect.security.credential.PkiCredential.Metadata
Packages that use PkiCredential.Metadata
Package
Description
Generic support for X.509 credentials.
Nimbus add-ons for credentials support.
Credentials defined for use with OpenSAML/Shibboleth.
-
Uses of PkiCredential.Metadata in se.swedenconnect.security.credential
Methods in se.swedenconnect.security.credential that return PkiCredential.MetadataModifier and TypeMethodDescriptionAbstractPkiCredential.getMetadata()Gets the credential metadata.PkiCredential.getMetadata()Gets the credential metadata. -
Uses of PkiCredential.Metadata in se.swedenconnect.security.credential.nimbus
Methods in se.swedenconnect.security.credential.nimbus with parameters of type PkiCredential.MetadataModifier and TypeMethodDescriptionstatic AlgorithmJwkMetadataProperties.getJoseAlgorithm(PkiCredential.Metadata metadata) Gets the value of the "jose-alg" property.static Set<KeyOperation> JwkMetadataProperties.getKeyOps(PkiCredential.Metadata metadata) Gets the value for the "key-ops" property.static KeyUseJwkMetadataProperties.getKeyUse(PkiCredential.Metadata metadata) Gets the value of the "key-use".static voidJwkMetadataProperties.setJoseAlgorithm(PkiCredential.Metadata metadata, Algorithm joseAlgorithm) Utility method that assigns the "jose-alg".static voidJwkMetadataProperties.setJoseAlgorithm(PkiCredential.Metadata metadata, String joseAlgorithm) Utility method that assigns the "jose-alg".static voidJwkMetadataProperties.setKeyOps(PkiCredential.Metadata metadata, String keyOps) Utility method that assigns the "key-ops".static voidJwkMetadataProperties.setKeyOps(PkiCredential.Metadata metadata, List<String> keyOps) Utility method that assigns the "key-ops".static voidJwkMetadataProperties.setKeyOps(PkiCredential.Metadata metadata, Set<KeyOperation> keyOps) Utility method that assigns the "key-ops".static voidJwkMetadataProperties.setKeyUse(PkiCredential.Metadata metadata, KeyUse keyUse) Utility method that is used to assign the "key-use" property.static voidJwkMetadataProperties.setKeyUse(PkiCredential.Metadata metadata, String keyUse) Utility method that is used to assign the "key-use" property. -
Uses of PkiCredential.Metadata in se.swedenconnect.security.credential.opensaml
Methods in se.swedenconnect.security.credential.opensaml with parameters of type PkiCredential.MetadataModifier and TypeMethodDescriptionstatic List<EncryptionMethodMetadata> OpenSamlMetadataProperties.getEncryptionMethods(PkiCredential.Metadata metadata) Gets the encryption methods property from the supplied metadata.static StringOpenSamlMetadataProperties.getEntityId(PkiCredential.Metadata metadata) Gets the entityID property.static voidOpenSamlMetadataProperties.setEncryptionMethods(PkiCredential.Metadata metadata, String encryptionMethods) Assigns the encryption methods given the string representation (seeEncryptionMethodMetadata.parseMethods(String)) of the methods.static voidOpenSamlMetadataProperties.setEncryptionMethods(PkiCredential.Metadata metadata, List<EncryptionMethodMetadata> encryptionMethods) Assigns the encryption methods property.static voidOpenSamlMetadataProperties.setEntityId(PkiCredential.Metadata metadata, String entityId) Assigns the entityID property to the metadata.