Uses of Class
se.swedenconnect.security.credential.opensaml.EncryptionMethodMetadata
Packages that use EncryptionMethodMetadata
Package
Description
Credentials defined for use with OpenSAML/Shibboleth.
-
Uses of EncryptionMethodMetadata in se.swedenconnect.security.credential.opensaml
Methods in se.swedenconnect.security.credential.opensaml that return EncryptionMethodMetadataModifier and TypeMethodDescriptionstatic EncryptionMethodMetadataEncryptionMethodMetadata.parseMethod(String method) Parses the string representation of an encryption method (seeclass documentation above) into anEncryptionMethodMetadataobject.Methods in se.swedenconnect.security.credential.opensaml that return types with arguments of type EncryptionMethodMetadataModifier and TypeMethodDescriptionstatic List<EncryptionMethodMetadata> OpenSamlMetadataProperties.getEncryptionMethods(PkiCredential.Metadata metadata) Gets the encryption methods property from the supplied metadata.static List<EncryptionMethodMetadata> EncryptionMethodMetadata.parseMethods(String methods) Parses a string representation of several encryption methods.Method parameters in se.swedenconnect.security.credential.opensaml with type arguments of type EncryptionMethodMetadataModifier and TypeMethodDescriptionstatic voidOpenSamlMetadataProperties.setEncryptionMethods(PkiCredential.Metadata metadata, List<EncryptionMethodMetadata> encryptionMethods) Assigns the encryption methods property.