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

/libcore/ojluni/src/main/java/sun/security/x509/
H A DAlgorithmId.java59 public class AlgorithmId implements Serializable, DerEncoder { class in inherits:Serializable,DerEncoder
87 public AlgorithmId() { } method in class:AlgorithmId
94 public AlgorithmId(ObjectIdentifier oid) { method in class:AlgorithmId
104 public AlgorithmId(ObjectIdentifier oid, AlgorithmParameters algparams) { method in class:AlgorithmId
110 private AlgorithmId(ObjectIdentifier oid, DerValue params) method in class:AlgorithmId
172 // Several AlgorithmId should omit the whole parameter part when
206 * Returns the DER-encoded X.509 AlgorithmId as a byte array.
240 AlgorithmId paramsId =
241 AlgorithmId.parse(new DerValue(getEncodedParams()));
276 public boolean equals(AlgorithmId othe
[all...]

Completed in 225 milliseconds