com.ibm.crypto.pkcs11impl.provider

Interface PKCS11PublicKey

    • Method Detail

      • getSubject

        byte[] getSubject()
        Returns the subject.
        Returns:
        the subject
      • getEncrypt

        java.lang.Boolean getEncrypt()
        Returns encrypt
        Returns:
        true if key supports encryption
      • getVerify

        java.lang.Boolean getVerify()
        Returns verify
        Returns:
        true if the key suports verification where the signature is an appendix to the data; false otherwise
      • getVerifyRecover

        java.lang.Boolean getVerifyRecover()
        Returns verify recover
        Returns:
        true if key supports verification where the data is recovered from the signature.
      • getWrap

        java.lang.Boolean getWrap()
        Returns wrap
        Returns:
        true if key supports wrapping; false otherwise

© Portions Copyright 2003, 2017 IBM Corporation. All rights reserved.
© Portions Copyright 2003, 2017, Oracle and/or its affiliates. All rights reserved.