de.flexiprovider.pqc.tss
Class TSSPrivateKey
java.lang.Object
|
+--de.flexiprovider.api.keys.PrivateKey
|
+--de.flexiprovider.pqc.tss.TSSPrivateKey
- All Implemented Interfaces:
- java.security.Key, Key, java.security.PrivateKey, java.io.Serializable
- public class TSSPrivateKey
- extends PrivateKey
- See Also:
- Serialized Form
| Fields inherited from interface java.security.Key |
serialVersionUID |
| Fields inherited from interface java.security.PrivateKey |
serialVersionUID |
| Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TSSPrivateKey
public TSSPrivateKey(java.util.Vector privKey)
getAlgorithm
public java.lang.String getAlgorithm()
getAlgParams
protected codec.asn1.ASN1Type getAlgParams()
- Overrides:
getAlgParams in class PrivateKey
- Following copied from class:
de.flexiprovider.api.keys.PrivateKey
- Returns:
- the algorithm parameters to encode in the SubjectPublicKeyInfo
structure
getKey
public java.util.Vector getKey()
getKeyData
protected byte[] getKeyData()
- Overrides:
getKeyData in class PrivateKey
- Following copied from class:
de.flexiprovider.api.keys.PrivateKey
- Returns:
- the keyData to encode in the SubjectPublicKeyInfo structure
getOID
protected codec.asn1.ASN1ObjectIdentifier getOID()
- Overrides:
getOID in class PrivateKey
- Following copied from class:
de.flexiprovider.api.keys.PrivateKey
- Returns:
- the OID to encode in the SubjectPublicKeyInfo structure