Uses of Class
org.bouncycastle.math.ec.rfc8032.Ed448.PublicPoint
Packages that use Ed448.PublicPoint
-
Uses of Ed448.PublicPoint in org.bouncycastle.crypto.params
Constructors in org.bouncycastle.crypto.params with parameters of type Ed448.PublicPoint -
Uses of Ed448.PublicPoint in org.bouncycastle.math.ec.rfc8032
Methods in org.bouncycastle.math.ec.rfc8032 that return Ed448.PublicPointModifier and TypeMethodDescriptionstatic Ed448.PublicPointEd448.generatePublicKey(byte[] sk, int skOff) static Ed448.PublicPointEd448.validatePublicKeyFullExport(byte[] pk, int pkOff) static Ed448.PublicPointEd448.validatePublicKeyPartialExport(byte[] pk, int pkOff) Methods in org.bouncycastle.math.ec.rfc8032 with parameters of type Ed448.PublicPointModifier and TypeMethodDescriptionstatic voidEd448.encodePublicPoint(Ed448.PublicPoint publicPoint, byte[] pk, int pkOff) static booleanEd448.verify(byte[] sig, int sigOff, Ed448.PublicPoint publicPoint, byte[] ctx, byte[] m, int mOff, int mLen) static booleanEd448.verifyPrehash(byte[] sig, int sigOff, Ed448.PublicPoint publicPoint, byte[] ctx, byte[] ph, int phOff) static booleanEd448.verifyPrehash(byte[] sig, int sigOff, Ed448.PublicPoint publicPoint, byte[] ctx, Xof ph)