Bouncy Castle Cryptography Library 1.79

org.bouncycastle.pqc.jcajce.interfaces
Interface NHPrivateKey

All Superinterfaces:
java.security.Key, NHKey, java.security.PrivateKey, java.io.Serializable
All Known Implementing Classes:
BCNHPrivateKey

public interface NHPrivateKey
extends NHKey, java.security.PrivateKey


Fields inherited from interface java.security.Key
serialVersionUID
 
Fields inherited from interface java.security.PrivateKey
serialVersionUID
 
Method Summary
 short[] getSecretData()
           
 
Methods inherited from interface java.security.Key
getAlgorithm, getEncoded, getFormat
 

Method Detail

getSecretData

public short[] getSecretData()

Bouncy Castle Cryptography Library 1.79