gnu.crypto.pki.provider

Class GnuRSAPublicKey

class GnuRSAPublicKey extends Object implements RSAPublicKey

Constructor Summary
GnuRSAPublicKey(RSAPublicKeySpec spec)
Method Summary
StringgetAlgorithm()
byte[]getEncoded()
StringgetFormat()
BigIntegergetModulus()
BigIntegergetPublicExponent()

Constructor Detail

GnuRSAPublicKey

public GnuRSAPublicKey(RSAPublicKeySpec spec)

Method Detail

getAlgorithm

public String getAlgorithm()

getEncoded

public byte[] getEncoded()

getFormat

public String getFormat()

getModulus

public BigInteger getModulus()

getPublicExponent

public BigInteger getPublicExponent()
Copyright © 2001, 2002, 2003 Free Software Foundation, Inc. All Rights Reserved.