All Downloads are FREE. Search and download functionalities are using the official Maven repository.

java.security.CodeSigner.scala Maven / Gradle / Ivy

The newest version!
package java.security

import java.security.cert.CertPath

final class CodeSigner(signerCertPath: CertPath, timestamp: Timestamp)
    extends Serializable {
  def getSignerCertPath(): CertPath = signerCertPath
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy