|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.rim.device.api.crypto.encoder.PublicKeyDecoder
net.rim.device.api.crypto.encoder.WTLS_PublicKeyDecoder
public class WTLS_PublicKeyDecoder
Implements the public key decoder for WTLS.
| Constructor Summary | ||
|---|---|---|
|
WTLS_PublicKeyDecoder()
Creates a WTLS_PublicKeyDecoder object. |
|
| Method Summary | ||
|---|---|---|
|
PublicKey |
decodeKey(InputStream encodedKey,
CryptoSystem cryptoSystem,
String keyAlgorithm)
Decodes the passed in key. |
|
String |
getEncodingAlgorithm()
Returns the encoding algorithm used, "WTLS". |
|
String[] |
getKeyAlgorithms()
Returns the key algorithm encoded. |
| Methods inherited from class net.rim.device.api.crypto.encoder.PublicKeyDecoder |
|---|
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 WTLS_PublicKeyDecoder()
WTLS_PublicKeyDecoder object.
This is the default constructor.
| Method Detail |
|---|
public PublicKey decodeKey(InputStream encodedKey,
CryptoSystem cryptoSystem,
String keyAlgorithm)
throws NoSuchAlgorithmException,
InvalidKeyException,
InvalidKeyEncodingException,
CryptoTokenException,
IOException,
InvalidCryptoSystemException,
UnsupportedCryptoSystemException,
CryptoUnsupportedOperationException
PublicKeyDecoder
decodeKey in class PublicKeyDecoderencodedKey - The public key to decode, passed in as an input stream.cryptoSystem - A cryptoSystem containing the parameters to use in making this key.keyAlgorithm - The type of key.
NoSuchAlgorithmException - Thrown if the specified algorithm is
invalid.
InvalidKeyException - Thrown if the specified key is invalid.
InvalidKeyEncodingException - Thrown if the key is improperly
formatted.
CryptoTokenException - Thrown if an error occurs with the crypto
token or the crypto token is invalid.
IOException - Thrown when an I/O error occurs.
InvalidCryptoSystemException - Thrown if the specified crypto
system is invalid.
UnsupportedCryptoSystemException - Thrown if the specified crypto
system is unsupported.
CryptoUnsupportedOperationException - Thrown if a call is made to
an unsupported operation.public String getEncodingAlgorithm()
This method will always return the String "WTLS".
getEncodingAlgorithm in class PublicKeyDecoderpublic String[] getKeyAlgorithms()
getKeyAlgorithms in class PublicKeyDecoder
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright 1999-2010 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. All Rights Reserved.
Copyright 2002-2003 Nokia Corporation All Rights Reserved.
Java is a trademark of Sun Microsystems, Inc.