TestCertUtils.java | 150 private static final byte[] encoded = new byte[] { 1, 2, 3, 4, 5, 6, 7, field in class:TestCertUtils.TestCertPath 191 return encoded.clone(); 199 return encoded.clone(); 279 private static final byte[] encoded = new byte[] { 1, 2, 3, 4, 5, 6, 7, field in class:TestCertUtils.TestPublicKey 289 return encoded.clone(); 305 private static final byte[] encoded = new byte[] { 1, 2, 3, 4, 5, 6, 7, field in class:TestCertUtils.TestCertificate 345 return encoded.clone(); 431 * b) returns Encoded form<br> 453 * The encoded for of this X509Certificate is a byte array where 454 * first are bytes of encoded form of Subject (as X500Principal), [all...] |