Searched refs:algParams (Results 1 – 4 of 4) sorted by relevance
144 AlgorithmParameters algParams = this.algid.getParameters(); in parseKeyBits() local145 if (algParams == null) { in parseKeyBits()149 params = algParams.getParameterSpec(ECParameterSpec.class); in parseKeyBits()
97 AlgorithmParameters algParams = this.algid.getParameters(); in parseKeyBits() local98 params = algParams.getParameterSpec(ECParameterSpec.class); in parseKeyBits()
70 private AlgorithmParameters algParams; field in AlgorithmId106 algParams = algparams; in AlgorithmId()122 algParams = AlgorithmParameters.getInstance(algidString); in decodeParams()128 algParams = AlgorithmParameters.getInstance(algidString, in decodeParams()135 algParams = null; in decodeParams()140 algParams.init(params.toByteArray()); in decodeParams()166 if (algParams != null) { in derEncode()167 params = new DerValue(algParams.getEncoded()); in derEncode()264 return algParams; in getParameters()334 } else if (algParams != null) { in paramsToString()[all …]
172 public EncryptedPrivateKeyInfo(AlgorithmParameters algParams, in EncryptedPrivateKeyInfo() argument175 if (algParams == null) { in EncryptedPrivateKeyInfo()178 this.algid = AlgorithmId.get(algParams); in EncryptedPrivateKeyInfo()