Skip navigation links

Oracle Fusion Middleware JCE Java API Reference for Oracle Security Developer Tools
11g Release 1 (11.1.1)

E10697-03


oracle.security.crypto.jce.crypto
Class DSAPublicKeyImpl

java.lang.Object
  extended by oracle.security.crypto.jce.crypto.DSAPublicKeyImpl

All Implemented Interfaces:
java.io.Serializable, java.security.interfaces.DSAKey, java.security.interfaces.DSAPublicKey, java.security.Key, java.security.PublicKey

public final class DSAPublicKeyImpl
extends java.lang.Object
implements java.security.interfaces.DSAPublicKey
See Also:
Serialized Form

Field Summary

 

Fields inherited from interface java.security.interfaces.DSAPublicKey
serialVersionUID

 

Constructor Summary
DSAPublicKeyImpl(oracle.security.crypto.core.DSAPublicKey dsaPublicKey)
           

 

Method Summary
 java.lang.String getAlgorithm()
           
 byte[] getEncoded()
           
 java.lang.String getFormat()
           
 java.security.interfaces.DSAParams getParams()
           
 oracle.security.crypto.core.DSAPublicKey getPhaosKey()
          Method used by the translator class to access the underlying Phaos key.
 java.math.BigInteger getY()
           
 java.lang.String toString()
           

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

DSAPublicKeyImpl

public DSAPublicKeyImpl(oracle.security.crypto.core.DSAPublicKey dsaPublicKey)

Method Detail

getY

public java.math.BigInteger getY()
Specified by:
getY in interface java.security.interfaces.DSAPublicKey

getAlgorithm

public java.lang.String getAlgorithm()
Specified by:
getAlgorithm in interface java.security.Key

getFormat

public java.lang.String getFormat()
Specified by:
getFormat in interface java.security.Key

getEncoded

public byte[] getEncoded()
Specified by:
getEncoded in interface java.security.Key

getParams

public java.security.interfaces.DSAParams getParams()
Specified by:
getParams in interface java.security.interfaces.DSAKey

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getPhaosKey

public oracle.security.crypto.core.DSAPublicKey getPhaosKey()
Method used by the translator class to access the underlying Phaos key.

Skip navigation links

Oracle Fusion Middleware JCE Java API Reference for Oracle Security Developer Tools
11g Release 1 (11.1.1)

E10697-03


Copyright © 2005, 2011 , Oracle. All rights reserved.