Package com.yubico.yubikit.openpgp
Class DiscretionaryDataObjects
java.lang.Object
com.yubico.yubikit.openpgp.DiscretionaryDataObjects
-
Constructor Summary
ConstructorsConstructorDescriptionDiscretionaryDataObjects(ExtendedCapabilities extendedCapabilities, AlgorithmAttributes attributesSig, AlgorithmAttributes attributesDec, AlgorithmAttributes attributesAut, @Nullable AlgorithmAttributes attributesAtt, PwStatus pwStatus, Map<KeyRef, byte[]> fingerprints, Map<KeyRef, byte[]> caFingerprints, Map<KeyRef, Integer> generationTimes, Map<KeyRef, KeyStatus> keyInformation, @Nullable Uif uifSig, @Nullable Uif uifDec, @Nullable Uif uifAut, @Nullable Uif uifAtt) -
Method Summary
Modifier and TypeMethodDescription@Nullable AlgorithmAttributesgetAlgorithmAttributes(KeyRef keyRef) byte @Nullable []getCaFingerprint(KeyRef keyRef) byte @Nullable []getFingerprint(KeyRef keyRef) intgetGenerationTime(KeyRef keyRef) @Nullable KeyStatusgetKeyStatus(KeyRef keyRef) @Nullable Uif
-
Constructor Details
-
DiscretionaryDataObjects
public DiscretionaryDataObjects(ExtendedCapabilities extendedCapabilities, AlgorithmAttributes attributesSig, AlgorithmAttributes attributesDec, AlgorithmAttributes attributesAut, @Nullable AlgorithmAttributes attributesAtt, PwStatus pwStatus, Map<KeyRef, byte[]> fingerprints, Map<KeyRef, byte[]> caFingerprints, Map<KeyRef, Integer> generationTimes, Map<KeyRef, KeyStatus> keyInformation, @Nullable Uif uifSig, @Nullable Uif uifDec, @Nullable Uif uifAut, @Nullable Uif uifAtt)
-
-
Method Details
-
getExtendedCapabilities
-
getPwStatus
-
getAlgorithmAttributes
-
getFingerprint
-
getCaFingerprint
-
getGenerationTime
-
getKeyStatus
-
getUif
-