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
   
  -   x x
-  
  
-   y y
-  
   
  -   PubKey(byte[], byte[]) PubKey(byte[], byte[])
-  
   
  -   getAlgorithm() getAlgorithm()
-  
  
-   getEncoded() getEncoded()
-  
  
-   getFormat() getFormat()
-  
   
 x
x
 public byte x[]
 y
y
 public byte y[]
   
 PubKey
PubKey
 public PubKey(byte x[],
               byte y[])
   
 getAlgorithm
getAlgorithm
 public String getAlgorithm()
 getFormat
getFormat
 public String getFormat()
 getEncoded
getEncoded
 public byte[] getEncoded()
All Packages  Class Hierarchy  This Package  Previous  Next  Index