Package com.yubico.yubikit.fido
Class Cose
java.lang.Object
com.yubico.yubikit.fido.Cose
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Integer
getAlgorithm
(Map<Integer, ?> cosePublicKey) static PublicKey
getPublicKey
(Map<Integer, ?> cosePublicKey)
-
Constructor Details
-
Cose
public Cose()
-
-
Method Details
-
getAlgorithm
-
getPublicKey
@Nullable public static PublicKey getPublicKey(@Nullable Map<Integer, ?> cosePublicKey) throws InvalidKeySpecException, NoSuchAlgorithmException
-