org.apache.geronimo.util.jce.provider
Class JCEDHPublicKey
java.lang.Object
org.apache.geronimo.util.jce.provider.JCEDHPublicKey
- All Implemented Interfaces:
- Serializable, Key, PublicKey, DHKey, DHPublicKey
public class JCEDHPublicKey
- extends Object
- implements DHPublicKey
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getAlgorithm
public String getAlgorithm()
- Specified by:
getAlgorithm
in interface Key
getFormat
public String getFormat()
- Specified by:
getFormat
in interface Key
getEncoded
public byte[] getEncoded()
- Specified by:
getEncoded
in interface Key
getParams
public DHParameterSpec getParams()
- Specified by:
getParams
in interface DHKey
getY
public BigInteger getY()
- Specified by:
getY
in interface DHPublicKey
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.