Class BCGOST3410PublicKey
- java.lang.Object
-
- org.bouncycastle.jcajce.provider.asymmetric.gost.BCGOST3410PublicKey
-
- All Implemented Interfaces:
java.io.Serializable,java.security.Key,java.security.PublicKey,GOST3410Key,GOST3410PublicKey
public class BCGOST3410PublicKey extends java.lang.Object implements GOST3410PublicKey
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.lang.StringgetAlgorithm()byte[]getEncoded()java.lang.StringgetFormat()GOST3410ParamsgetParameters()java.math.BigIntegergetY()inthashCode()java.lang.StringtoString()
-
-
-
Method Detail
-
getAlgorithm
public java.lang.String getAlgorithm()
- Specified by:
getAlgorithmin interfacejava.security.Key
-
getFormat
public java.lang.String getFormat()
- Specified by:
getFormatin interfacejava.security.Key
-
getEncoded
public byte[] getEncoded()
- Specified by:
getEncodedin interfacejava.security.Key
-
getParameters
public GOST3410Params getParameters()
- Specified by:
getParametersin interfaceGOST3410Key
-
getY
public java.math.BigInteger getY()
- Specified by:
getYin interfaceGOST3410PublicKey
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-