Skip to content

Commit d67ab82

Browse files
author
Eric Mears
committed
adding RSA OAEP as a key encryption algorithm
1 parent 52571f9 commit d67ab82

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,12 +146,12 @@
146146
<dependency>
147147
<groupId>org.bouncycastle</groupId>
148148
<artifactId>bcmail-jdk15on</artifactId>
149-
<version>1.78</version>
149+
<version>${bcmail-jdk15on.version}</version>
150150
</dependency>
151151
<dependency>
152152
<groupId>org.bouncycastle</groupId>
153153
<artifactId>bcpkix-jdk15on</artifactId>
154-
<version>1.78</version>
154+
<version>${bcpkix-jdk15on.version}</version>
155155
</dependency>
156156
<dependency>
157157
<groupId>dnsjava</groupId>

0 commit comments

Comments
 (0)