Package org.bouncycastle.crypto
Interface AsymmetricPrivateKey
-
- All Superinterfaces:
AsymmetricKey,javax.security.auth.Destroyable,Key
- All Known Implementing Classes:
AsymmetricDHPrivateKey,AsymmetricDSAPrivateKey,AsymmetricDSTU4145PrivateKey,AsymmetricECGOST3410PrivateKey,AsymmetricECPrivateKey,AsymmetricEdDSAPrivateKey,AsymmetricGOST3410PrivateKey,AsymmetricRSAPrivateKey,AsymmetricXDHPrivateKey
public interface AsymmetricPrivateKey extends javax.security.auth.Destroyable, AsymmetricKey
Marker interface for a private key,
-
-
Method Summary
-
Methods inherited from interface org.bouncycastle.crypto.AsymmetricKey
getEncoded
-
Methods inherited from interface org.bouncycastle.crypto.Key
equals, getAlgorithm, hashCode
-
-