Home
last modified time | relevance | path

Searched refs:updateAAD (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/annotations/mmodule/javax/crypto/
DCipher.annotated.java113 public final void updateAAD(byte[] src) { throw new RuntimeException("Stub!"); } in updateAAD() method in Cipher
115 public final void updateAAD(byte[] src, int offset, int len) { throw new RuntimeException("Stub!");… in updateAAD() method in Cipher
117 public final void updateAAD(java.nio.ByteBuffer src) { throw new RuntimeException("Stub!"); } in updateAAD() method in Cipher
/libcore/ojluni/src/main/java/javax/crypto/
DCipher.java2564 public final void updateAAD(byte[] src) { in updateAAD() method in Cipher
2569 updateAAD(src, 0, src.length); in updateAAD()
2602 public final void updateAAD(byte[] src, int offset, int len) { in updateAAD() method in Cipher
2648 public final void updateAAD(ByteBuffer src) { in updateAAD() method in Cipher