Searched refs:engineSign (Results 1 – 11 of 11) sorted by relevance
159 protected abstract byte[] engineSign() throws SignatureException; in engineSign() method in SignatureSpi183 protected int engineSign(byte[] outbuf, int offset, int len) throws SignatureException { in engineSign() method in SignatureSpi184 byte[] tmp = engineSign(); in engineSign()
368 return engineSign(); in sign()402 return engineSign(outbuf, offset, len); in sign()658 protected byte[] engineSign() throws SignatureException { in engineSign() method in Signature.SignatureImpl659 return getSpi().engineSign(); in engineSign()
67 ss1.engineSign(); in testAbstractMethods()119 protected byte[] engineSign() throws SignatureException { in testEngineGetParameters()165 public byte[] engineSign() { in engineSign() method in SignatureSpiTest.MySignatureSpi1199 public byte[] engineSign() { in engineSign() method in SignatureSpiTest.MySignatureSpi2249 protected byte[] engineSign() throws SignatureException { in engineSign() method in SignatureSpiTest.MySignature285 protected int engineSign(byte[] outbuf, int offset, int len) in engineSign() method in SignatureSpiTest.MySignature
571 protected byte[] engineSign() throws SignatureException { in engineSign() method in Signature2Test.MySignature
592 protected byte[] engineSign() throws SignatureException { in engineSign() method in SignatureTest.MySignature
65 protected byte[] engineSign() throws SignatureException { in engineSign() method in MySignature2
92 protected byte[] engineSign() throws SignatureException { in engineSign() method in MySignature1
83 protected byte[] engineSign() throws SignatureException { in engineSign() method in MockSignatureSpi
198 protected byte[] engineSign() throws SignatureException { in engineSign() method in SignatureTest.MySignature
160 protected byte[] engineSign() throws SignatureException { in engineSign() method in SignatureTestMD2withRSA.MD2withRSA
1124 protected byte[] engineSign() throws SignatureException { in engineSign() method in JarFileTest.JarFileBadProvider.NotReallyASignature