Uses of Interface
io.getlime.security.powerauth.lib.cmd.steps.model.data.EncryptionHeaderData
Packages that use EncryptionHeaderData
Package
Description
-
Uses of EncryptionHeaderData in io.getlime.security.powerauth.lib.cmd.header
Methods in io.getlime.security.powerauth.lib.cmd.header with type parameters of type EncryptionHeaderDataModifier and TypeMethodDescription<M extends EncryptionHeaderData>
EncryptionHeaderProviderPowerAuthHeaderFactory.getHeaderProvider(M model) Creates an encryption header provider instanceMethod parameters in io.getlime.security.powerauth.lib.cmd.header with type arguments of type EncryptionHeaderDataModifier and TypeMethodDescriptionvoidEncryptionHeaderProvider.addHeader(StepContext<? extends EncryptionHeaderData, ?> stepContext) Adds an encryption header to the request context -
Uses of EncryptionHeaderData in io.getlime.security.powerauth.lib.cmd.steps.model
Classes in io.getlime.security.powerauth.lib.cmd.steps.model that implement EncryptionHeaderDataModifier and TypeClassDescriptionclassModel representing step for creating an activation using recovery code.classModel representing step for creating a custom activation.classModel representing parameters of the step for sending encrypted data to intermediate server.classModel representing parameters of the step for preparing a new activation (key exchange).classModel representing step for starting upgrade between different PowerAuth protocol versions.classModel representing parameters of the step for verifying token digest. -
Uses of EncryptionHeaderData in io.getlime.security.powerauth.lib.cmd.steps.model.data
Subinterfaces of EncryptionHeaderData in io.getlime.security.powerauth.lib.cmd.steps.model.dataModifier and TypeInterfaceDescriptioninterfaceData used for computing a token and encryption header values.