equal
deleted
inserted
replaced
1399 Constructor<X500Principal> constr = |
1399 Constructor<X500Principal> constr = |
1400 (Constructor<X500Principal>)result[0]; |
1400 (Constructor<X500Principal>)result[0]; |
1401 principalConstructor = constr; |
1401 principalConstructor = constr; |
1402 principalField = (Field)result[1]; |
1402 principalField = (Field)result[1]; |
1403 } catch (Exception e) { |
1403 } catch (Exception e) { |
1404 throw (InternalError)new InternalError("Could not obtain " |
1404 throw new InternalError("Could not obtain X500Principal access", e); |
1405 + "X500Principal access").initCause(e); |
|
1406 } |
1405 } |
1407 } |
1406 } |
1408 |
1407 |
1409 /** |
1408 /** |
1410 * Get an X500Principal backed by this X500Name. |
1409 * Get an X500Principal backed by this X500Name. |