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
 
Constructor Summary
TSSPrivateKey(java.util.Vector privKey)
           
 
Method Summary
 java.lang.String getAlgorithm()
           
protected  codec.asn1.ASN1Type getAlgParams()
           
 java.util.Vector getKey()
           
protected  byte[] getKeyData()
           
protected  codec.asn1.ASN1ObjectIdentifier getOID()
           
 
Methods inherited from class de.flexiprovider.api.keys.PrivateKey
getEncoded, getFormat
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TSSPrivateKey

public TSSPrivateKey(java.util.Vector privKey)
Method Detail

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