Package com.yubico.yubikit.piv
Class KeyType.KeyParams
- java.lang.Object
-
- com.yubico.yubikit.piv.KeyType.KeyParams
-
- Direct Known Subclasses:
KeyType.EcKeyParams
,KeyType.RsaKeyParams
- Enclosing class:
- KeyType
public abstract static class KeyType.KeyParams extends java.lang.Object
Algorithm parameters used by a KeyType.
-
-
Field Summary
Fields Modifier and Type Field Description KeyType.Algorithm
algorithm
int
bitLength
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description protected abstract boolean
matches(java.security.Key key)
-
-
-
Field Detail
-
algorithm
@Nonnull public final KeyType.Algorithm algorithm
-
bitLength
public final int bitLength
-
-