Bael 6188: Extract CN from X509Certificate in Java (#14681)
* #BAEL-6188:add unit tests * #BAEL-6188:add dependencies * #BAEL-6188:add certificate * #BAEL-6188:add extract CN using Regex * #BAEL-6188:refactor CN using Regex * #BAEL-6188:refactor test case name * #BAEL-6188:add properties for dependency version
This commit is contained in:
committed by
GitHub
parent
9fd719365b
commit
83209e30f9
@@ -13,4 +13,22 @@
|
||||
<version>0.0.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.bouncycastle</groupId>
|
||||
<artifactId>bcpkix-jdk15on</artifactId>
|
||||
<version>${bouncycastle.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.cryptacular</groupId>
|
||||
<artifactId>cryptacular</artifactId>
|
||||
<version>${cryptacular.version}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<properties>
|
||||
<bouncycastle.version>1.70</bouncycastle.version>
|
||||
<cryptacular.version>1.2.6</cryptacular.version>
|
||||
</properties>
|
||||
|
||||
</project>
|
||||
Reference in New Issue
Block a user