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