Uses of Enum
org.kapott.hbci.smartcardio.RSAKeyData.Type
Packages that use RSAKeyData.Type
-
Uses of RSAKeyData.Type in org.kapott.hbci.smartcardio
Fields in org.kapott.hbci.smartcardio declared as RSAKeyData.TypeMethods in org.kapott.hbci.smartcardio that return RSAKeyData.TypeModifier and TypeMethodDescriptionRSAKeyData.getType()static RSAKeyData.TypeReturns the enum constant of this type with the specified name.static RSAKeyData.Type[]RSAKeyData.Type.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.kapott.hbci.smartcardio with parameters of type RSAKeyData.TypeModifierConstructorDescriptionRSAKeyData(int index, RSAKeyData.Type type, byte[] keyLogData, byte[] publicKeyData)