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