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

/openjdk7/jdk/src/share/classes/java/security/cert/
H A DCertPath.java69 * {@link CertPathRep CertPathRep} object during serialization. This allows
278 * <code>CertPathRep</code> object.
280 * @return the <code>CertPathRep</code> to be serialized
282 * @throws ObjectStreamException if a <code>CertPathRep</code> object
287 return new CertPathRep(type, getEncoded());
301 protected static class CertPathRep implements Serializable { class in class:CertPath
311 * Creates a <code>CertPathRep</code> with the specified
317 protected CertPathRep(String type, byte[] data) { method in class:CertPath.CertPathRep

Completed in 29 milliseconds