Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
DST
interopehrate
ejbca
Commits
33d8817b
Commit
33d8817b
authored
Jan 15, 2020
by
pgouvas
Browse files
Tests finished
parent
ac50e4cd
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
10 deletions
+0
-10
ejbca/src/test/java/eu/ubitech/SecurityTest.java
ejbca/src/test/java/eu/ubitech/SecurityTest.java
+0
-10
No files found.
ejbca/src/test/java/eu/ubitech/SecurityTest.java
View file @
33d8817b
...
...
@@ -3,20 +3,15 @@ package eu.ubitech;
import
com.google.gson.Gson
;
import
eu.ubitech.ejbca.client.BinaryValue
;
import
eu.ubitech.ejbca.client.CertificateRequest
;
import
eu.ubitech.ejbca.client.EjbcaUser
;
import
eu.ubitech.ejbca.client.PKCS12Request
;
import
eu.ubitech.ejbca.security.SecurityUtil
;
import
java.io.BufferedWriter
;
import
java.io.FileInputStream
;
import
java.io.FileNotFoundException
;
import
java.io.FileOutputStream
;
import
java.io.FileWriter
;
import
java.io.IOException
;
import
java.io.StringWriter
;
import
java.io.UnsupportedEncodingException
;
import
java.security.InvalidAlgorithmParameterException
;
import
java.security.InvalidKeyException
;
import
java.security.KeyFactory
;
import
java.security.KeyStoreException
;
import
java.security.NoSuchAlgorithmException
;
import
java.security.NoSuchProviderException
;
...
...
@@ -27,18 +22,13 @@ import java.security.cert.CertificateException;
import
java.security.cert.CertificateFactory
;
import
java.security.cert.X509Certificate
;
import
java.security.spec.InvalidKeySpecException
;
import
java.security.spec.PKCS8EncodedKeySpec
;
import
java.util.ArrayList
;
import
java.util.Base64
;
import
java.util.LinkedHashMap
;
import
java.util.List
;
import
java.util.logging.Level
;
import
java.util.logging.Logger
;
import
javax.crypto.BadPaddingException
;
import
javax.crypto.IllegalBlockSizeException
;
import
javax.crypto.NoSuchPaddingException
;
import
org.bouncycastle.util.io.pem.PemObject
;
import
org.bouncycastle.util.io.pem.PemWriter
;
import
org.ejbca.core.protocol.ws.Certificate
;
import
org.ejbca.core.protocol.ws.NameAndId
;
import
org.junit.Ignore
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment