Uses of Class
org.soulwing.s2ks.KeyPairInfo.Builder
-
Packages that use KeyPairInfo.Builder Package Description org.soulwing.s2ks API package -
-
Uses of KeyPairInfo.Builder in org.soulwing.s2ks
Methods in org.soulwing.s2ks that return KeyPairInfo.Builder Modifier and Type Method Description static KeyPairInfo.BuilderKeyPairInfo. builder()Creates a builder that constructs a new instance.KeyPairInfo.BuilderKeyPairInfo.Builder. certificates(java.util.List<java.security.cert.X509Certificate> certificates)Specifies a list of corresponding certificates.KeyPairInfo.BuilderKeyPairInfo.Builder. id(java.lang.String id)Specifies an identifier for this privateKey.KeyPairInfo.BuilderKeyPairInfo.Builder. privateKey(java.security.PrivateKey privateKey)Specifies the private key.
-