All Packages  Class Hierarchy  This Package  Previous  Next  Index
  Class w3c.www.dsig.EccPubKey
java.lang.Object
   |
   +----w3c.www.dsig.EccPubKey
  -  public class EccPubKey
  -  extends Object
  -  implements PublicKey
   
  -   x x
-  
  
-   y y
-  
   
  -   EccPubKey(byte[], byte[]) EccPubKey(byte[], byte[])
-  
   
  -   getAlgorithm() getAlgorithm()
-  
  
-   getEncoded() getEncoded()
-  
  
-   getFormat() getFormat()
-  
   
 x
x
 public byte x[]
 y
y
 public byte y[]
   
 EccPubKey
EccPubKey
 public EccPubKey(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