Searched refs:thealgorithm (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/security/
H A DSignedObject.java131 private String thealgorithm; field in class:SignedObject
203 return this.thealgorithm;
244 this.thealgorithm = signingEngine.getAlgorithm();
256 thealgorithm = (String)fields.get("thealgorithm", null);

Completed in 33 milliseconds