Home
last modified time | relevance | path

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

/libcore/ojluni/annotations/flagged_api/javax/crypto/
DKeyAgreement.annotated.java62 public javax.crypto.KeyAgreementSpi getCurrentSpi() { throw new RuntimeException("Stub!"); } in getCurrentSpi() method in KeyAgreement
/libcore/ojluni/annotations/mmodule/javax/crypto/
DMac.annotated.java80 public javax.crypto.MacSpi getCurrentSpi() { throw new RuntimeException("Stub!"); } in getCurrentSpi() method in Mac
DKeyAgreement.annotated.java70 public javax.crypto.KeyAgreementSpi getCurrentSpi() { throw new RuntimeException("Stub!"); } in getCurrentSpi() method in KeyAgreement
DCipher.annotated.java124 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/
DKeyAgreement.java703 public KeyAgreementSpi getCurrentSpi() { in getCurrentSpi() method in KeyAgreement
DMac.java790 public MacSpi getCurrentSpi() { in getCurrentSpi() method in Mac
DCipher.java2690 public CipherSpi getCurrentSpi() { in getCurrentSpi() method in Cipher
2837 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.java1105 public SignatureSpi getCurrentSpi() { in getCurrentSpi() method in Signature
1468 public SignatureSpi getCurrentSpi() { in getCurrentSpi() method in Signature.Delegate
/libcore/api/
Dmodule-lib-current.txt523 method public java.security.SignatureSpi getCurrentSpi();
555 method public javax.crypto.CipherSpi getCurrentSpi();
559 …thod @FlaggedApi("com.android.libcore.v_apis") public javax.crypto.KeyAgreementSpi getCurrentSpi();
563 method public javax.crypto.MacSpi getCurrentSpi();