Class PrivateKeyValues

java.lang.Object
com.yubico.yubikit.core.keys.PrivateKeyValues
All Implemented Interfaces:
Destroyable
Direct Known Subclasses:
PrivateKeyValues.Ec, PrivateKeyValues.Rsa

public abstract class PrivateKeyValues extends Object implements Destroyable
Contains private key values to be imported into a YubiKey.

Can be created from a PrivateKey by using fromPrivateKey(PrivateKey).

Once used, clear the secret keying material by calling destroy().

  • Constructor Details

    • PrivateKeyValues

      protected PrivateKeyValues(int bitLength)
  • Method Details