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

/openjdk7/jdk/src/share/classes/sun/security/x509/
H A DX509Key.java60 public class X509Key implements PublicKey { class in inherits:PublicKey
72 * @see sun.security.x509.X509Key#setKey(BitArray)
73 * @see sun.security.x509.X509Key#getKey()
96 public X509Key() { } method in class:X509Key
103 private X509Key(AlgorithmId algid, BitArray key) method in class:X509Key
150 * X509Key object is returned.
190 * values using the X509Key member functions, such as <code>parse</code>
225 // Return generic X509Key with opaque key data (see below)
259 X509Key result;
263 if (inst instanceof X509Key) {
[all...]

Completed in 42 milliseconds