public final class CapiDsaPrivateKey extends CapiPrivateKey implements java.security.interfaces.DSAKey
CapiDsaPrivateKey class represents a DSA private key that
is stored in CAPI.| Constructor and Description |
|---|
CapiDsaPrivateKey(CryptKey cryptKey)
Creates a
CapiDsaPrivateKey |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAlgorithm()
Returns the standard name of the algorithm used by this key.
|
java.security.interfaces.DSAParams |
getParams()
Returns the DSA-specific key parameters.
|
delete, destroyCriticalData, getCryptKey, getCryptProvider, getEncoded, getFormat, getInstance, getTypepublic CapiDsaPrivateKey(CryptKey cryptKey)
CapiDsaPrivateKeycryptKey - the key within CAPIpublic java.lang.String getAlgorithm()
getAlgorithm in interface java.security.Keypublic java.security.interfaces.DSAParams getParams()
Note: Because this key is stored in MSCAPI, this call extracts the DSA domain parameters from the device.
getParams in interface java.security.interfaces.DSAKey