|
Oracle Security Developer Tools Crypto Java API Reference 10g (10.1.4.0.1) B28171-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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, getBitLength, getEncoded, getFormat |
| Methods inherited from interface oracle.security.crypto.util.Streamable |
input, length, output |
| Method Detail |
public void initialize(AlgorithmIdentifier algID,
ASN1Object contents)
throws AlgorithmIdentifierException,
InvalidInputException
AlgorithmIdentifierExceptionInvalidInputExceptionpublic AlgorithmIdentifier getAlgID()
public ASN1Object getContents()
|
Oracle Security Developer Tools Crypto Java API Reference 10g (10.1.4.0.1) B28171-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||