TestCertUtils.java | 151 private static final byte[] encoded = new byte[] { 1, 2, 3, 4, 5, 6, 7, field in class:TestCertUtils.TestCertPath 192 return encoded.clone(); 200 return encoded.clone(); 280 private static final byte[] encoded = new byte[] { 1, 2, 3, 4, 5, 6, 7, field in class:TestCertUtils.TestPublicKey 290 return encoded.clone(); 306 private static final byte[] encoded = new byte[] { 1, 2, 3, 4, 5, 6, 7, field in class:TestCertUtils.TestCertificate 346 return encoded.clone(); 432 * b) returns Encoded form<br> 454 * The encoded for of this X509Certificate is a byte array where 455 * first are bytes of encoded form of Subject (as X500Principal) [all...] |