Package com.yubico.yubikit.piv
Class KeyType.EcKeyParams
- java.lang.Object
-
- com.yubico.yubikit.piv.KeyType.KeyParams
-
- com.yubico.yubikit.piv.KeyType.EcKeyParams
-
- Enclosing class:
- KeyType
public static final class KeyType.EcKeyParams extends KeyType.KeyParams
Algorithm parameters for EC keys.
-
-
Field Summary
-
Fields inherited from class com.yubico.yubikit.piv.KeyType.KeyParams
algorithm, bitLength
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
matches(java.security.Key key)
-
-
-
Method Detail
-
matches
protected boolean matches(java.security.Key key)
- Specified by:
matches
in classKeyType.KeyParams
-
-