jdk/make/javax/crypto/Defs-jce.gmk
changeset 9264 f49ad2f5d240
parent 8585 5877d80a67f6
child 9275 1df1f7dfab7f
equal deleted inserted replaced
9263:947642a0a3c4 9264:f49ad2f5d240
     1 #
     1 #
     2 # Copyright (c) 2007, 2009, Oracle and/or its affiliates. All rights reserved.
     2 # Copyright (c) 2007, 2011, Oracle and/or its affiliates. All rights reserved.
     3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4 #
     4 #
     5 # This code is free software; you can redistribute it and/or modify it
     5 # This code is free software; you can redistribute it and/or modify it
     6 # under the terms of the GNU General Public License version 2 only, as
     6 # under the terms of the GNU General Public License version 2 only, as
     7 # published by the Free Software Foundation.  Oracle designates this
     7 # published by the Free Software Foundation.  Oracle designates this
    56 # Location for JCE codesigning key.
    56 # Location for JCE codesigning key.
    57 #
    57 #
    58 SIGNING_KEY_DIR    = /security/ws/JCE-signing/src
    58 SIGNING_KEY_DIR    = /security/ws/JCE-signing/src
    59 SIGNING_KEYSTORE   = $(SIGNING_KEY_DIR)/KeyStore.jks
    59 SIGNING_KEYSTORE   = $(SIGNING_KEY_DIR)/KeyStore.jks
    60 SIGNING_PASSPHRASE = $(SIGNING_KEY_DIR)/passphrase.txt
    60 SIGNING_PASSPHRASE = $(SIGNING_KEY_DIR)/passphrase.txt
    61 SIGNING_ALIAS      = jce_rsa
    61 SIGNING_ALIAS      = oracle_jce_rsa
    62 
    62 
    63 #
    63 #
    64 # Defines for signing the various jar files.
    64 # Defines for signing the various jar files.
    65 #
    65 #
    66 
    66