Enum Class CryptoApplicationIndex

java.lang.Object
java.lang.Enum<CryptoApplicationIndex>
com.vasco.orchestration.client.flows.CryptoApplicationIndex
All Implemented Interfaces:
Serializable, Comparable<CryptoApplicationIndex>, Constable

public enum CryptoApplicationIndex extends Enum<CryptoApplicationIndex>
A crypto application defines a set of characteristics for generating one-time passwords and signatures. Such characteristics include the cryptographic algorithm used (AES, DES, etc), the length of the one-time password or the fact that a challenge can be added. When integrating the Orchestration SDK, you can have up to 8 crypto applications.