Package com.yubico.yubikit.openpgp
Class ApplicationRelatedData
java.lang.Object
com.yubico.yubikit.openpgp.ApplicationRelatedData
-
Constructor Summary
ConstructorsConstructorDescriptionApplicationRelatedData(OpenPgpAid aid, byte[] historical, @Nullable ExtendedLengthInfo extendedLengthInfo, @Nullable EnumSet<GeneralFeatureManagement> generalFeatureManagement, DiscretionaryDataObjects discretionary) -
Method Summary
Modifier and TypeMethodDescriptiongetAid()@Nullable ExtendedLengthInfo@Nullable EnumSet<GeneralFeatureManagement>byte[]
-
Constructor Details
-
ApplicationRelatedData
public ApplicationRelatedData(OpenPgpAid aid, byte[] historical, @Nullable ExtendedLengthInfo extendedLengthInfo, @Nullable EnumSet<GeneralFeatureManagement> generalFeatureManagement, DiscretionaryDataObjects discretionary)
-
-
Method Details
-
getAid
-
getHistorical
public byte[] getHistorical() -
getExtendedLengthInfo
-
getGeneralFeatureManagement
-
getDiscretionary
-