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

/libcore/ojluni/src/main/java/sun/security/x509/
H A DX509Key.java308 return getEncodedInternal().clone();
315 public byte[] getEncodedInternal() throws InvalidKeyException { method in class:X509Key
344 return getEncodedInternal().clone();
436 byte[] thisEncoded = this.getEncodedInternal();
439 otherEncoded = ((X509Key)obj).getEncodedInternal();
455 byte[] b1 = getEncodedInternal();
H A DX509CRLImpl.java263 public byte[] getEncodedInternal() throws CRLException { method in class:X509CRLImpl
276 return getEncodedInternal().clone();
1214 * to untrusted code. Uses getEncodedInternal() if the certificate
1217 public static byte[] getEncodedInternal(X509CRL crl) throws CRLException { method in class:X509CRLImpl
1219 return ((X509CRLImpl)crl).getEncodedInternal();
H A DX500Name.java837 public byte[] getEncodedInternal() throws IOException { method in class:X500Name
856 return getEncodedInternal().clone();
H A DX509CertImpl.java374 return getEncodedInternal().clone();
382 public byte[] getEncodedInternal() throws CertificateEncodingException { method in class:X509CertImpl
1913 * to untrusted code. Uses getEncodedInternal() if the certificate
1916 public static byte[] getEncodedInternal(Certificate cert) method in class:X509CertImpl
1919 return ((X509CertImpl)cert).getEncodedInternal();

Completed in 56 milliseconds