See: Description
| Interface | Description |
|---|---|
| LunaPrivateKey |
An interface for grouping private keys
|
| LunaPublicKey |
An interface for grouping public keys
|
| Class | Description |
|---|---|
| LunaKey |
The LunaKey class encapsulates all keys stored on Luna hardware.
|
| LunaKeyDh |
The LunaKeyDh class encapsulates DH keys stored on SafeNet, Inc.
|
| LunaKeyDsa |
The LunaDsaKey class encapsulates DSA keys stored on SafeNet, Inc.
|
| LunaKeyEC |
Encapsulates Elliptic Curve keys stored on SafeNet Inc hardware
|
| LunaKeyRsa |
Encapsulates RSA keys stored on SafeNet Inc hardware
|
| LunaPBEKey |
A class to hold on to the PBE key values.
|
| LunaPBKDF2Key |
A class to hold on to the PBE key values.
|
| LunaPrivateKeyDh |
Represents a DH private key stored on Luna hardware
|
| LunaPrivateKeyDsa |
Represents a DSA private key stored on Luna hardware
|
| LunaPrivateKeyEC |
Encapsulates Elliptic Curve private keys stored on SafeNet hardware
|
| LunaPrivateKeyECBIP32 |
Represents an EC BIP32 private key stored on Luna hardware
|
| LunaPrivateKeyECDsa | Deprecated
Use
LunaPrivateKeyEC instead. |
| LunaPrivateKeyEdEC |
Encapsulates EC Edwards private keys stored on HSM
|
| LunaPrivateKeyMLKEM |
Encapsulates ML-KEM private keys stored on Luna HW
|
| LunaPrivateKeyRsa |
Represents an RSA private key stored on Luna hardware.
|
| LunaPrivateKeyXEC |
Encapsulates EC Montgomery private keys stored on HSM
|
| LunaPublicKeyDh |
Represents a DH public key stored on Luna hardware.
|
| LunaPublicKeyDsa |
Represents a DSA public key stored on Luna hardware.
|
| LunaPublicKeyEC |
Encapsulates Elliptic Curve public keys stored on SafeNet Inc hardware
|
| LunaPublicKeyECBIP32 |
Represents an EC BIP32 public key stored on Luna hardware.
|
| LunaPublicKeyECDsa | Deprecated
Use
LunaPublicKeyEC instead. |
| LunaPublicKeyEdEC |
Encapsulates EC Edwards public keys stored on HSM
|
| LunaPublicKeyMLKEM |
Encapsulates ML-KEM public keys stored on Luna HW
|
| LunaPublicKeyRsa |
Represents a RSA public key stored on Luna hardware.
|
| LunaPublicKeyXEC |
Encapsulates EC Montgomery public keys stored on HSM
|
| LunaSecretKey |
Base class for all secret keys stored on Luna hardware.
|
| LunaSecretKeyPBE |
A special case of secret keys, PBE stores the generated IV with it
|
| LunaSecretKeyPBKDF2 |
A special case of secret key similar to PBE.
|
| LunaSIMKey |
Special interface to SIM/unSIM LunaKeys
|
Copyright 2014-2018 SafeNet. All rights reserved.