How about this assignment?
if(certs != null){
targetCerts = new Certificate[certs.length];
System.arraycopy(certs, 0, targetCerts, 0, certs.length);
}
- Re: [jira] Commented: (HARMONY-6043) [classlib] [security]... Kevin Zhou
- Re: [jira] Commented: (HARMONY-6043) [classlib] [secu... Kevin Zhou
- Re: [jira] Commented: (HARMONY-6043) [classlib] [secu... Alexey Varlamov
- Re: [jira] Commented: (HARMONY-6043) [classlib] [... Tony Wu
- Re: [jira] Commented: (HARMONY-6043) [classli... Kevin Zhou
- Re: [jira] Commented: (HARMONY-6043) [cla... Alexey Varlamov
- Re: [jira] Commented: (HARMONY-6043)... Kevin Zhou
