All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object
|
+----java.security.Key
|
+----sun.security.SunKey
|
+----sun.security.x509.X509Key
|
+----sun.security.jsafe.JSafeKey
|
+----sun.security.jsafe.DSAPublicKey
The public key data is an unsigned integer, encapsulated in a DER sequence. This is the current convention for representation of DSA private keys in the X.509 world.
protected AlgIdDSA algDSA
protected byte y[]
public DSAPublicKey()
protected void parseKeyBits() throws IOException
public void init() throws InvalidKeyException
public String toString()
public void encode(OutputStream out) throws InvalidKeyException, IOException
public void decode(InputStream in) throws InvalidKeyException
All Packages Class Hierarchy This Package Previous Next Index