All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class w3c.www.dsig.PubKey

java.lang.Object
   |
   +----w3c.www.dsig.PubKey

public class PubKey
extends Object
implements PublicKey

Variable Index

 o x
 o y

Constructor Index

 o PubKey(byte[], byte[])

Method Index

 o getAlgorithm()
 o getEncoded()
 o getFormat()

Variables

 o x
 public byte x[]
 o y
 public byte y[]

Constructors

 o PubKey
 public PubKey(byte x[],
               byte y[])

Methods

 o getAlgorithm
 public String getAlgorithm()
 o getFormat
 public String getFormat()
 o getEncoded
 public byte[] getEncoded()

All Packages  Class Hierarchy  This Package  Previous  Next  Index