public interface PrivateKey extends Key, ASN1Object, java.security.PrivateKey
| Modifier and Type | Method and Description | 
|---|---|
AlgorithmIdentifier | 
getAlgID()
Returns the algorithm identifier for this key. 
 | 
ASN1Object | 
getContents()
Returns the contents of this key. 
 | 
void | 
initialize(AlgorithmIdentifier algID, ASN1Object contents)
Initializes this instance from the given algorithm paramters and key contents. 
 | 
clone, erase, getAlgorithm, getAllowExport, getBitLength, getEncoded, getFormatinput, length, outputvoid initialize(AlgorithmIdentifier algID, ASN1Object contents) throws AlgorithmIdentifierException, InvalidInputException
AlgorithmIdentifier getAlgID()
ASN1Object getContents()