Searched defs:GCMParameterSpec (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/crypto/spec/
H A DGCMParameterSpec.java63 public class GCMParameterSpec implements AlgorithmParameterSpec { class in inherits:AlgorithmParameterSpec
73 * Constructs a GCMParameterSpec using the specified authentication
83 public GCMParameterSpec(int tLen, byte[] src) { method in class:GCMParameterSpec
92 * Constructs a GCMParameterSpec object using the specified
107 public GCMParameterSpec(int tLen, byte[] src, int offset, int len) { method in class:GCMParameterSpec

Completed in 39 milliseconds