|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--net.rim.device.api.crypto.encoder.PrivateKeyDecoder
|
+--net.rim.device.api.crypto.encoder.MSCAPI_PrivateKeyDecoder
Implements the private key decoder for Microsoft Crypto api keys.
MSCAPI_PublicKeyDecoder| Constructor Summary | ||
|
MSCAPI_PrivateKeyDecoder()
Creates a new MSCAPI_PrivateKeyDecoder object. |
|
| Method Summary | ||
|
protected PrivateKey |
decodeKey(InputStream input,
CryptoSystem defaultCryptoSystem,
String defaultKeyAlgorithm)
|
|
protected PrivateKey |
decodeKey(InputStream input,
String algorithm)
The function a subclass would implement to finish decoding the key. |
|
protected String |
getEncodingAlgorithm()
Returns the encoding algorithm used, "MSCAPI". |
|
protected String[] |
getKeyAlgorithms()
Returns the key algorithm encoded. |
| Methods inherited from class net.rim.device.api.crypto.encoder.PrivateKeyDecoder |
decode, decode, decode, decode, getDecoder, register |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public MSCAPI_PrivateKeyDecoder()
MSCAPI_PrivateKeyDecoder object.
This is the default constructor.
| Method Detail |
protected PrivateKey decodeKey(InputStream input, CryptoSystem defaultCryptoSystem, String defaultKeyAlgorithm) throws NoSuchAlgorithmException, InvalidKeyEncodingException, InvalidKeyException, InvalidCryptoSystemException, UnsupportedCryptoSystemException, CryptoTokenException, CryptoUnsupportedOperationException, IOException
PrivateKeyDecoderThis method must be implemented by subclasses.
decodeKey in class PrivateKeyDecoderprotected PrivateKey decodeKey(InputStream input, String algorithm) throws NoSuchAlgorithmException, InvalidKeyEncodingException, InvalidKeyException, InvalidCryptoSystemException, UnsupportedCryptoSystemException, CryptoTokenException, CryptoUnsupportedOperationException, IOException
input - The input stream containing the encoded key data.algorithm - A String representing the name of the algorithm used to
encode the key.NoSuchAlgorithmException - Thrown if the specified algorithm is invalid.InvalidKeyEncodingException - Thrown if the key is improperly
formatted or encoded.InvalidKeyException - Thrown if the key is invalid.InvalidCryptoSystemException - Thrown if the crypto system is
invalid.UnsupportedCryptoSystemException - Thrown if the crypto system in
question is invalid.CryptoTokenException - Thrown if a problem occurs with the crypto
token or the crypto token is invalid.CryptoUnsupportedOperationException - Thrown if a call is made to
an unsupported operation.IOException - Thrown if an I/O error occurs.protected String getEncodingAlgorithm()
This method will always return the String "MSCAPI".
getEncodingAlgorithm in class PrivateKeyDecoderprotected String[] getKeyAlgorithms()
getKeyAlgorithms in class PrivateKeyDecoder
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright 1999-2004 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Copyright 1993-2003 Sun Microsystems, Inc. 901 San Antonio Road, Palo Alto, California, 94303, U.S.A.
Copyright 2002-2003 Nokia Corporation All Rights Reserved.
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.