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
168 // Several AlgorithmId should omit the whole parameter part when
202 * Returns the DER-encoded X.509 AlgorithmId as a byte array.
236 AlgorithmId paramsId =
237 AlgorithmId.parse(new DerValue(getEncodedParams()));
274 public boolean equals(AlgorithmId othe
[all...]

Completed in 45 milliseconds