Package com.yubico.yubikit.openpgp
Class ExtendedCapabilities
java.lang.Object
com.yubico.yubikit.openpgp.ExtendedCapabilities
-
Constructor Summary
ConstructorsConstructorDescriptionExtendedCapabilities(EnumSet<ExtendedCapabilityFlag> flags, int smAlgorithm, int challengeMaxLength, int certificateMaxLength, int specialDoMaxLength, boolean pinBlock2Format, boolean mseCommand) -
Method Summary
-
Constructor Details
-
ExtendedCapabilities
public ExtendedCapabilities(EnumSet<ExtendedCapabilityFlag> flags, int smAlgorithm, int challengeMaxLength, int certificateMaxLength, int specialDoMaxLength, boolean pinBlock2Format, boolean mseCommand)
-
-
Method Details
-
getFlags
-
getSmAlgorithm
public int getSmAlgorithm() -
getChallengeMaxLength
public int getChallengeMaxLength() -
getCertificateMaxLength
public int getCertificateMaxLength() -
getSpecialDoMaxLength
public int getSpecialDoMaxLength() -
isPinBlock2Format
public boolean isPinBlock2Format() -
isMseCommand
public boolean isMseCommand()
-