gnu.crypto.pki.provider

Class GnuRSAPublicKey

Implemented Interfaces:
RSAPublicKey

(package private) class GnuRSAPublicKey
extends Object
implements RSAPublicKey

Constructor Summary

GnuRSAPublicKey(RSAPublicKeySpec spec)

Method Summary

String
getAlgorithm()
byte[]
getEncoded()
String
getFormat()
BigInteger
getModulus()
BigInteger
getPublicExponent()

Constructor Details

GnuRSAPublicKey

public GnuRSAPublicKey(RSAPublicKeySpec spec)

Method Details

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.