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

/openjdk7/jdk/src/share/classes/sun/security/x509/
H A DAlgorithmId.java58 public class AlgorithmId implements Serializable, DerEncoder { class in inherits:Serializable,DerEncoder
86 public AlgorithmId() { } method in class:AlgorithmId
93 public AlgorithmId(ObjectIdentifier oid) { method in class:AlgorithmId
103 public AlgorithmId(ObjectIdentifier oid, AlgorithmParameters algparams) { method in class:AlgorithmId
109 private AlgorithmId(ObjectIdentifier oid, DerValue params) method in class:AlgorithmId
174 // Several AlgorithmId should omit the whole parameter part when
207 * Returns the DER-encoded X.509 AlgorithmId as a byte array.
241 AlgorithmId paramsId =
242 AlgorithmId.parse(new DerValue(getEncodedParams()));
273 public boolean equals(AlgorithmId othe
[all...]

Completed in 32 milliseconds