Home
last modified time | relevance | path

Searched refs:getCurrentSpi (Results 1 – 10 of 10) sorted by relevance

/libcore/ojluni/annotations/mmodule/javax/crypto/
DMac.annotated.java76 public javax.crypto.MacSpi getCurrentSpi() { throw new RuntimeException("Stub!"); } in getCurrentSpi() method in Mac
DCipher.annotated.java120 public javax.crypto.CipherSpi getCurrentSpi() { throw new RuntimeException("Stub!"); } in getCurrentSpi() method in Cipher
/libcore/ojluni/annotations/hiddenapi/java/security/
DSignature.java167 public java.security.SignatureSpi getCurrentSpi() { in getCurrentSpi() method in Signature
365 public java.security.SignatureSpi getCurrentSpi() { in getCurrentSpi() method in Signature.Delegate
/libcore/ojluni/annotations/mmodule/java/security/
DSignature.annotated.java90 public java.security.SignatureSpi getCurrentSpi() { throw new RuntimeException("Stub!"); } in getCurrentSpi() method in Signature
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
DSignatureTest.java533 assertNotNull(signature.getCurrentSpi()); in testSignature_getCurrentSpi_Success()
534 assertEquals(MySignatureSpi.class, signature.getCurrentSpi().getClass()); in testSignature_getCurrentSpi_Success()
/libcore/ojluni/src/main/java/javax/crypto/
DMac.java786 public MacSpi getCurrentSpi() { in getCurrentSpi() method in Mac
DCipher.java2671 public CipherSpi getCurrentSpi() { in getCurrentSpi() method in Cipher
2818 CipherSpi getCurrentSpi(CipherSpi spiImpl) { in getCurrentSpi() method in Cipher.SpiAndProviderUpdater
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
DCipherOutputStream1Test.java329 cipherThatThrowsOnSecondDoFinal.getCurrentSpi()); in test_close_doubleCloseDoesntCallDoFinal()
/libcore/ojluni/src/main/java/java/security/
DSignature.java1101 public SignatureSpi getCurrentSpi() { in getCurrentSpi() method in Signature
1464 public SignatureSpi getCurrentSpi() { in getCurrentSpi() method in Signature.Delegate
/libcore/mmodules/core_platform_api/api/legacy_platform/
Dcurrent-api.txt839 method public java.security.SignatureSpi getCurrentSpi();
884 method public javax.crypto.CipherSpi getCurrentSpi();
888 method public javax.crypto.MacSpi getCurrentSpi();