2010 FRC Java API


Uses of Class
com.sun.squawk.security.CryptoException

Packages that use CryptoException
com.sun.squawk.security Provides classes for basic signing of binary data. 
 

Uses of CryptoException in com.sun.squawk.security
 

Methods in com.sun.squawk.security that throw CryptoException
 int ECPublicKey.getW(byte[] buffer, int offset)
          Returns the point of the curve comprising the public key in plain text form.
 void ECPublicKey.setW(byte[] buffer, int offset, int length)
          Sets the point of the curve comprising the public key.
static void CryptoException.throwIt(int reason)
          Throws a CryptoException with the specified reason.
 


2010 FRC Java API


Copyright © 2006-2009 Sun Microsystems, Inc. All Rights Reserved.