| 
Oracle Security Developer Tools Crypto Java API Reference 11g (11.1.1) E10668-02  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface PrivateKey
An interface for a private key.
| Method Summary | |
|---|---|
 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.  | 
| Methods inherited from interface oracle.security.crypto.core.Key | 
|---|
clone, erase, getAlgorithm, getAllowExport, getBitLength, getEncoded, getFormat | 
| Methods inherited from interface java.io.Externalizable | 
|---|
readExternal, writeExternal | 
| Methods inherited from interface oracle.security.crypto.util.Streamable | 
|---|
input, length, output | 
| Method Detail | 
|---|
void initialize(AlgorithmIdentifier algID,
                ASN1Object contents)
                throws AlgorithmIdentifierException,
                       InvalidInputException
AlgorithmIdentifierExceptionInvalidInputExceptionAlgorithmIdentifier getAlgID()
ASN1Object getContents()
  | 
Oracle Security Developer Tools Crypto Java API Reference 11g (11.1.1) E10668-02  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||