/**@class java.security.interfaces.RSAPublicKey implements java.security.PublicKey implements java.security.interfaces.RSAKey The interface to an RSA public key. @author Jan Luehe */ var RSAPublicKey = { /** The type fingerprint that is set to indicate serialization compatibility with a previous version of the type. */ serialVersionUID : "-8727434096241101194", /**Returns the public exponent. @return {Object {java.math.BigInteger}} the public exponent */ getPublicExponent : function( ) {}, };