Class SwitchHelper
java.lang.Object
br.ufsc.labsec.signature.signer.signatureSwitch.SwitchHelper
public final class SwitchHelper extends Object
-
Constructor Summary
Constructors Constructor Description SwitchHelper()
-
Method Summary
Modifier and Type Method Description static String
getAlias(KeyStore ks)
static X509Certificate
getCertificate(KeyStore ks, String alias)
static PrivateKey
getPrivateKey(KeyStore ks, String alias, char[] password)
static boolean
isXml(String policy)
-
Constructor Details
-
SwitchHelper
public SwitchHelper()
-
-
Method Details
-
getAlias
-
getPrivateKey
-
getCertificate
-
isXml
-