Searched refs:getEncodedInternal (Results 1 – 11 of 11) sorted by relevance
159 encoding = ((X509CertImpl)c).getEncodedInternal(); in intern()171 encoding = newC.getEncodedInternal(); in intern()195 encoding = ((X509CRLImpl)c).getEncodedInternal(); in intern()207 encoding = newC.getEncodedInternal(); in intern()
308 return getEncodedInternal().clone(); in getEncoded()315 public byte[] getEncodedInternal() throws InvalidKeyException { in getEncodedInternal() method in X509Key344 return getEncodedInternal().clone(); in encode()436 byte[] thisEncoded = this.getEncodedInternal(); in equals()439 otherEncoded = ((X509Key)obj).getEncodedInternal(); in equals()455 byte[] b1 = getEncodedInternal(); in hashCode()
263 public byte[] getEncodedInternal() throws CRLException { in getEncodedInternal() method in X509CRLImpl276 return getEncodedInternal().clone(); in getEncoded()1217 public static byte[] getEncodedInternal(X509CRL crl) throws CRLException { in getEncodedInternal() method in X509CRLImpl1219 return ((X509CRLImpl)crl).getEncodedInternal(); in getEncodedInternal()
374 return getEncodedInternal().clone(); in getEncoded()382 public byte[] getEncodedInternal() throws CertificateEncodingException { in getEncodedInternal() method in X509CertImpl1916 public static byte[] getEncodedInternal(Certificate cert) in getEncodedInternal() method in X509CertImpl1919 return ((X509CertImpl)cert).getEncodedInternal(); in getEncodedInternal()
837 public byte[] getEncodedInternal() throws IOException { in getEncodedInternal() method in X500Name856 return getEncodedInternal().clone(); in getEncoded()
143 byte[] thisCRL = X509CRLImpl.getEncodedInternal(this); in equals()144 byte[] otherCRL = X509CRLImpl.getEncodedInternal((X509CRL)other); in equals()161 byte[] crlData = X509CRLImpl.getEncodedInternal(this); in hashCode()
113 byte[] thisCert = X509CertImpl.getEncodedInternal(this); in equals()114 byte[] otherCert = X509CertImpl.getEncodedInternal((Certificate)other); in equals()132 h = Arrays.hashCode(X509CertImpl.getEncodedInternal(this)); in hashCode()
81 public byte[] getEncodedInternal() throws java.security.InvalidKeyException { in getEncodedInternal() method in X509Key
76 public byte[] getEncodedInternal() throws java.security.cert.CRLException { in getEncodedInternal() method in X509CRLImpl255 public static byte[] getEncodedInternal(java.security.cert.X509CRL crl) in getEncodedInternal() method in X509CRLImpl
71 public byte[] getEncodedInternal() throws java.security.cert.CertificateEncodingException { in getEncodedInternal() method in X509CertImpl390 public static byte[] getEncodedInternal(java.security.cert.Certificate cert) in getEncodedInternal() method in X509CertImpl
499 s.writeObject(thisX500Name.getEncodedInternal()); in writeObject()