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

/openjdk7/jdk/src/share/classes/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();
1156 * to untrusted code. Uses getEncodedInternal() if the certificate
1159 public static byte[] getEncodedInternal(X509CRL crl) throws CRLException { method in class:X509CRLImpl
1161 return ((X509CRLImpl)crl).getEncodedInternal();
H A DX500Name.java838 public byte[] getEncodedInternal() throws IOException { method in class:X500Name
857 return getEncodedInternal().clone();
H A DX509CertImpl.java365 return getEncodedInternal().clone();
373 public byte[] getEncodedInternal() throws CertificateEncodingException { method in class:X509CertImpl
1855 * to untrusted code. Uses getEncodedInternal() if the certificate
1858 public static byte[] getEncodedInternal(Certificate cert) method in class:X509CertImpl
1861 return ((X509CertImpl)cert).getEncodedInternal();
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DP11Key.java131 byte[] b = getEncodedInternal();
135 abstract byte[] getEncodedInternal(); method in class:P11Key
158 byte[] thisEnc = this.getEncodedInternal();
161 otherEnc = ((P11Key)other).getEncodedInternal();
173 byte[] b1 = getEncodedInternal();
388 byte[] getEncodedInternal() { method in class:P11Key.P11PrivateKey
408 byte[] getEncodedInternal() { method in class:P11Key.P11SecretKey
496 synchronized byte[] getEncodedInternal() { method in class:P11Key.P11RSAPrivateKey
594 synchronized byte[] getEncodedInternal() { method in class:P11Key.P11RSAPrivateNonCRTKey
655 synchronized byte[] getEncodedInternal() { method in class:P11Key.P11RSAPublicKey
714 synchronized byte[] getEncodedInternal() { method in class:P11Key.P11DSAPublicKey
775 synchronized byte[] getEncodedInternal() { method in class:P11Key.P11DSAPrivateKey
834 synchronized byte[] getEncodedInternal() { method in class:P11Key.P11DHPrivateKey
896 synchronized byte[] getEncodedInternal() { method in class:P11Key.P11DHPublicKey
959 synchronized byte[] getEncodedInternal() { method in class:P11Key.P11ECPrivateKey
1037 synchronized byte[] getEncodedInternal() { method in class:P11Key.P11ECPublicKey
[all...]

Completed in 535 milliseconds