Home
last modified time | relevance | path

Searched defs:getContext (Results 1 – 6 of 6) sorted by relevance

/libcore/ojluni/annotations/flagged_api/java/security/spec/
DEdDSAParameterSpec.annotated.java39 public java.util.Optional<byte[]> getContext() { throw new RuntimeException("Stub!"); } in getContext() method in EdDSAParameterSpec
/libcore/ojluni/src/main/java/java/security/spec/
DEdDSAParameterSpec.java103 public Optional<byte[]> getContext() { in getContext() method in EdDSAParameterSpec
/libcore/ojluni/src/main/java/java/security/
DAccessControlContext.java90 ProtectionDomain[] getContext() { in getContext() method in AccessControlContext
DAccessController.java144 public static AccessControlContext getContext() { in getContext() method in AccessController
/libcore/ojluni/src/main/java/sun/nio/ch/
DPendingFuture.java103 Object getContext() { in getContext() method in PendingFuture
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
DHttpsURLConnectionTest.java724 private static SSLContext getContext() throws Exception { in getContext() method in HttpsURLConnectionTest