Android
java.security.interfaces
public interface

java.security.interfaces.RSAPrivateCrtKey

java.security.interfaces.RSAPrivateCrtKey RSAPrivateKey

Summary

Constants

      Value  
long  serialVersionUID    -5682214253527700368  0xb124b83df8d1ec70 
Constants inherited from interface java.security.Key
Constants inherited from interface java.security.PrivateKey
Constants inherited from interface java.security.interfaces.RSAPrivateKey

Public Methods

          BigInteger  getCrtCoefficient()
          BigInteger  getPrimeExponentP()
          BigInteger  getPrimeExponentQ()
          BigInteger  getPrimeP()
          BigInteger  getPrimeQ()
          BigInteger  getPublicExponent()
Methods inherited from interface java.security.Key
Methods inherited from interface java.security.interfaces.RSAKey
Methods inherited from interface java.security.interfaces.RSAPrivateKey

Details

Constants

public static final long serialVersionUID

Constant Value: -5682214253527700368 (0xb124b83df8d1ec70)

Public Methods

public BigInteger getCrtCoefficient()

public BigInteger getPrimeExponentP()

public BigInteger getPrimeExponentQ()

public BigInteger getPrimeP()

public BigInteger getPrimeQ()

public BigInteger getPublicExponent()

Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:56