Uses of Class
com.authlete.common.types.JWEZip
-
Packages that use JWEZip Package Description com.authlete.common.dto Requests to and responses from Authlete APIs and some data structures.com.authlete.common.types Enum definitions and lists of pre-defined constants. -
-
Uses of JWEZip in com.authlete.common.dto
Methods in com.authlete.common.dto that return JWEZip Modifier and Type Method Description JWEZip[]CredentialIssuerMetadata. getCredentialRequestEncryptionZipValuesSupported()Get the supported JWEzipalgorithms for credential request encryption.JWEZip[]CredentialIssuerMetadata. getCredentialResponseEncryptionZipValuesSupported()Get the supported JWEzipalgorithms for credential response encryption.Methods in com.authlete.common.dto with parameters of type JWEZip Modifier and Type Method Description CredentialIssuerMetadataCredentialIssuerMetadata. setCredentialRequestEncryptionZipValuesSupported(JWEZip[] zips)Set the supported JWEzipalgorithms for credential request encryption.CredentialIssuerMetadataCredentialIssuerMetadata. setCredentialResponseEncryptionZipValuesSupported(JWEZip[] zips)Set the supported JWEzipalgorithms for credential response encryption. -
Uses of JWEZip in com.authlete.common.types
Methods in com.authlete.common.types that return JWEZip Modifier and Type Method Description static JWEZipJWEZip. getByValue(short value)Find an instance of this enum by a value.static JWEZipJWEZip. parse(String alg)ConvertStringtoJWEZip.static JWEZip[]JWEZip. toArray(int bits)static JWEZipJWEZip. valueOf(String name)Returns the enum constant of this type with the specified name.static JWEZip[]JWEZip. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.authlete.common.types that return types with arguments of type JWEZip Modifier and Type Method Description static EnumSet<JWEZip>JWEZip. toSet(int bits)static EnumSet<JWEZip>JWEZip. toSet(JWEZip[] array)Methods in com.authlete.common.types with parameters of type JWEZip Modifier and Type Method Description static EnumSet<JWEZip>JWEZip. toSet(JWEZip[] array)Method parameters in com.authlete.common.types with type arguments of type JWEZip Modifier and Type Method Description static intJWEZip. toBits(EnumSet<JWEZip> set)
-